Uses of Class
com.marginallyclever.convenience.Plane
Package
Description
-
Uses of Plane in com.marginallyclever.convenience
-
Uses of Plane in com.marginallyclever.convenience.helpers
Modifier and TypeMethodDescriptionstatic Plane
MatrixHelper.getXYPlane
(javax.vecmath.Matrix4d pivot) -
Uses of Plane in com.marginallyclever.ro3.apps.viewport.viewporttool.move
Modifier and TypeMethodDescriptionstatic javax.vecmath.Point3d
MoveUtils.getPointOnPlaneFromCursor
(Plane translationPlane, Viewport viewport, double x, double y) Cast a ray through the camera's viewport at the given x,y and find the intersection point on the translationPlane.