Uses of Class
com.marginallyclever.convenience.Plane
Packages that use Plane
Package
Description
-
Uses of Plane in com.marginallyclever.convenience
Methods in com.marginallyclever.convenience with parameters of type Plane -
Uses of Plane in com.marginallyclever.convenience.helpers
Methods in com.marginallyclever.convenience.helpers that return PlaneModifier and TypeMethodDescriptionstatic Plane
MatrixHelper.getXYPlane
(javax.vecmath.Matrix4d pivot) Methods in com.marginallyclever.convenience.helpers with parameters of type Plane -
Uses of Plane in com.marginallyclever.ro3.apps.viewport.viewporttool.move
Methods in com.marginallyclever.ro3.apps.viewport.viewporttool.move with parameters of type PlaneModifier 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.