Click or drag to resize
QuaternionXInterpolationPath Enumeration
Different possible interpolation paths for non-commutative, constant angular velocity modes.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public enum InterpolationPath
Members
  Member nameValueDescription
Short0 Take the shortest path.
Long1 Take the longest path.
See Also