Click or drag to resize

KinematicTransformationRotationalOrder Property

Gets the number of rotational motion derivatives described by this transformation. If this property is 0, only rotation information is available. If this property is 1 or above, rotational velocity information is available. If this property is 2 or above, rotational acceleration information is available. If this property is above 2, further derivatives are available.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public int RotationalOrder { get; }

Property Value

Type: Int32
See Also