KinematicTransformationRotationalAcceleration Property |
Gets the rotational acceleration of the second reference frame relative to and expressed in
the first reference frame. If this transformation does not include rotational
acceleration information, an
InvalidOperationException is thrown.
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 RotationalAcceleration { get; }
Public ReadOnly Property RotationalAcceleration As Cartesian
Get
public:
property Cartesian RotationalAcceleration {
Cartesian get ();
}
member RotationalAcceleration : Cartesian with get
Property Value
Type:
CartesianExceptions Exception | Condition |
---|
InvalidOperationException |
Thrown when the transformation does not include rotational acceleration information.
|
See Also