JoGLPickingTools
public interface PickingTools
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.
|
Vector3d getUnderlyingPoint(java.awt.Point windowPosition)
windowPosition
- the given window position.Canvas getCanvas()