Interface RayTraceResult<T extends Locatable>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vector3d
hitPosition()
The position where the ray intersects the selected object.T
selectedObject()
The selected object.
-