Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public int TranslationalOrder { get; }

Property Value

Type: Int32
See Also