Click or drag to resize

KinematicTransformationTranslationalAcceleration Property

Gets the relative acceleration vector between the reference frames.

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

Property Value

Type: Cartesian
Exceptions
ExceptionCondition
InvalidOperationException Thrown when this transformation does not include translational acceleration information.
See Also