Enum SixDOFAxis
The different axes a SixDOF device e.g. SpaceMouse exposes.
Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public enum SixDOFAxis
Fields
| Name | Description |
|---|---|
| RX | Rotation around the x axis. |
| RY | Rotation around the y axis. |
| RZ | Rotation around the z axis. |
| TX | Translation axis in x direction. |
| TY | Translation axis in y direction. |
| TZ | Translation axis in z direction. |