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.viewporttools.move
Modifier and TypeMethodDescriptionstatic javax.vecmath.Point3d
MoveUtils.getPointOnPlaneFromCursor
(Plane translationPlane, Viewport viewport, double x, double y) Looks through the camera's viewport and returns the point on the translationPlane, if any.