Uses of Enum Class
com.marginallyclever.ro3.FrameOfReference
Package
Description
-
Uses of FrameOfReference in com.marginallyclever.ro3
Modifier and TypeMethodDescriptionstatic FrameOfReference
Returns the enum constant of this class with the specified name.static FrameOfReference[]
FrameOfReference.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FrameOfReference in com.marginallyclever.ro3.apps.viewport.viewporttools
Modifier and TypeMethodDescriptionvoid
Compass3D.setFrameOfReference
(FrameOfReference index) void
SelectionTool.setFrameOfReference
(FrameOfReference index) Sets the frame of reference for the tool.void
ViewportTool.setFrameOfReference
(FrameOfReference index) Sets the frame of reference for the tool. -
Uses of FrameOfReference in com.marginallyclever.ro3.apps.viewport.viewporttools.move
Modifier and TypeMethodDescriptionstatic javax.vecmath.Matrix4d
MoveUtils.getPivotMatrix
(FrameOfReference frameOfReference, SelectedItems selectedItems) Get the pivot matrix of the selected items.void
RotateToolMulti.setFrameOfReference
(FrameOfReference index) Sets the frame of reference for the tool.void
RotateToolOneAxis.setFrameOfReference
(FrameOfReference index) Sets the frame of reference for the tool.void
TranslateToolMulti.setFrameOfReference
(FrameOfReference index) Sets the frame of reference for the tool.void
TranslateToolOneAxis.setFrameOfReference
(FrameOfReference index) Sets the frame of reference for the tool.void
TranslateToolTwoAxis.setFrameOfReference
(FrameOfReference index) Sets the frame of reference for the tool.