Uses of Class
com.openinventor.inventor.Axis
-
Packages that use Axis Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.com.openinventor.inventor.viewercomponents.nodes Viewer components nodes independent from graphical user interface.com.openinventor.medical.helpers Provides some nodes and helper classes specifically created to facilitate implementation of medical applications. -
-
Uses of Axis in com.openinventor.inventor
Methods in com.openinventor.inventor that return Axis Modifier and Type Method Description static Axis
Axis. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic Axis
Axis. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Axis[]
Axis. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Axis in com.openinventor.inventor.viewercomponents.nodes
Fields in com.openinventor.inventor.viewercomponents.nodes with type parameters of type Axis Modifier and Type Field Description SoSFEnum<Axis>
SoViewingCube. upAxis
Up axis of the scene.Methods in com.openinventor.inventor.viewercomponents.nodes that return Axis Modifier and Type Method Description Axis
SceneOrbiter. getUpAxis()
Returns the current up axis of the scene.Methods in com.openinventor.inventor.viewercomponents.nodes with parameters of type Axis Modifier and Type Method Description void
SceneOrbiter. setUpAxis(Axis axis)
Sets the up axis of the scene. -
Uses of Axis in com.openinventor.medical.helpers
Methods in com.openinventor.medical.helpers that return Axis Modifier and Type Method Description static Axis
MedicalHelper. ViewAxisFromMedicalAxis(MedicalHelper.Axis medicalAxis, SbMatrix orientationMatrix)
static Axis
MedicalHelper. ViewAxisFromMedicalAxis(MedicalHelper.Axis medicalAxis, SoVolumeData volData)
Methods in com.openinventor.medical.helpers with parameters of type Axis Modifier and Type Method Description static MedicalHelper.Axis
MedicalHelper. MedicalAxisFromViewAxis(Axis viewAxis, SbMatrix orientationMatrix)
static MedicalHelper.Axis
MedicalHelper. MedicalAxisFromViewAxis(Axis viewAxis, SoVolumeData volData)
-