KinematicTransformationTranslationalOrder Property |
Gets the number of translational motion derivatives described by this transformation.
If this property is 0, only position information is available.
If this property is 1 or above, velocity information is available.
If this property is 2 or above, 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 TranslationalOrder { get; }
Public ReadOnly Property TranslationalOrder As Integer
Get
public:
property int TranslationalOrder {
int get ();
}
member TranslationalOrder : int with get
Property Value
Type:
Int32See Also