ObjectRotationMode Enumeration
Enumeration of possible object rotation methods.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public enum ObjectRotationMode
Public Enumeration ObjectRotationMode
No code example is currently available or this language may not be supported.
None | 0 |
The rotation mode of the object is unknown or undefined.
|
LookAt | 1 |
The object's rotation is calculated internally using a look-at
value. This mode of rotation has no roll rotation.
|
EulerRotation | 2 |
The object's rotation is calculated directly from the euler X, Y, and Z
angles specified.
|
QuaternionRotation | 3 |
The object's rotation is calculated from an X, Y, Z, W quaternion
value.
|