Click or drag to resize

FrameEulerConvention Enumeration

Enumeration representing the Euler angle convention used by a Frame.

Namespace:  Demo3D.Visuals.Frames
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public enum FrameEulerConvention
Members
  Member nameValueDescription
FixedZXY0 Fixed ZXY convention, which is the convention used by Emulate3D, and is equivalent to mobile YXZ.
FixedXYZ1 Fixed XYZ convention, which is equivalent to mobile ZYX.
See Also