Interface PickingTools
-
- All Known Implementing Classes:
JoGLPickingTools
public interface PickingTools
Interface for picking tools.- Author:
- Pierre Lando
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Canvas
getCanvas()
Return the canvas.Vector3d
getUnderlyingPoint(java.awt.Point windowPosition)
Return the scene coordinate of the pixel under the given windows position.
-
-
-
Method Detail
-
getUnderlyingPoint
Vector3d getUnderlyingPoint(java.awt.Point windowPosition)
Return the scene coordinate of the pixel under the given windows position.- Parameters:
windowPosition
- the given window position.- Returns:
- the scene coordinate of the pixel under the given windows position.
-
getCanvas
Canvas getCanvas()
Return the canvas.- Returns:
- the canvas.
-
-