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.2.419.0 (24.2.419.0)
Syntax public Cartesian TranslationalAcceleration { get; }
Public ReadOnly Property TranslationalAcceleration As Cartesian
Get
public:
property Cartesian TranslationalAcceleration {
Cartesian get ();
}
member TranslationalAcceleration : Cartesian with get
Property Value
Type:
CartesianExceptions Exception | Condition |
---|
InvalidOperationException |
Thrown when this transformation does not include translational acceleration information.
|
See Also