Click or drag to resize
RotationType Enumeration
How to apply rotation (euler vs quaternion).

Namespace:  GeonBit.Core
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum RotationType
Members
  Member nameValueDescription
Euler0 Euler rotation.
Quaternion1 Quaternion rotation.
See Also