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.2.419.0 (24.2.419.0)
Syntax public int RotationalOrder { get; }
Public ReadOnly Property RotationalOrder As Integer
Get
public:
property int RotationalOrder {
int get ();
}
member RotationalOrder : int with get
Property Value
Type:
Int32See Also