 | QuaternionXInterpolationPath Enumeration |
Different possible interpolation paths for non-commutative, constant angular velocity modes.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic enum InterpolationPath
Members
| Member name | Value | Description |
---|
| Short | 0 |
Take the shortest path.
|
| Long | 1 |
Take the longest path.
|
See Also