Uses of Enum Class
com.marginallyclever.ro3.FrameOfReference
Packages that use FrameOfReference
Package
Description
-
Uses of FrameOfReference in com.marginallyclever.ro3
Methods in com.marginallyclever.ro3 that return FrameOfReferenceModifier and TypeMethodDescriptionstatic FrameOfReferenceReturns 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.viewporttool
Methods in com.marginallyclever.ro3.apps.viewport.viewporttool with parameters of type FrameOfReferenceModifier and TypeMethodDescriptionvoidCompass3D.setFrameOfReference(FrameOfReference index) voidSelectionTool.setFrameOfReference(FrameOfReference index) Sets the frame of reference for the tool.voidViewportTool.setFrameOfReference(FrameOfReference index) Sets the frame of reference for the tool. -
Uses of FrameOfReference in com.marginallyclever.ro3.apps.viewport.viewporttool.move
Methods in com.marginallyclever.ro3.apps.viewport.viewporttool.move with parameters of type FrameOfReferenceModifier and TypeMethodDescriptionstatic javax.vecmath.Matrix4dMoveUtils.getPivotMatrix(FrameOfReference frameOfReference, SelectedItems selectedItems, Camera camera) Get the pivot matrix of the selected items.voidRotateToolMulti.setFrameOfReference(FrameOfReference index) Sets the frame of reference for the tool.voidRotateToolOneAxis.setFrameOfReference(FrameOfReference index) Sets the frame of reference for the tool.voidTranslateToolMulti.setFrameOfReference(FrameOfReference index) Sets the frame of reference for the tool.voidTranslateToolOneAxis.setFrameOfReference(FrameOfReference index) Sets the frame of reference for the tool.voidTranslateToolTwoAxis.setFrameOfReference(FrameOfReference index) Sets the frame of reference for the tool.