IEntityRotationalAccelerationRotationalAcceleration Property |
Gets the transactional property that holds the rotational acceleration of the entity. To obtain the
axes in which the rotational acceleration is defined, get the
OrientationAxes
property from the entity's
EntityDescriptorTEntity.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.3.420.0 (24.3.420.0)
SyntaxTransactedProperty<Cartesian> RotationalAcceleration { get; }
ReadOnly Property RotationalAcceleration As TransactedProperty(Of Cartesian)
Get
property TransactedProperty<Cartesian>^ RotationalAcceleration {
TransactedProperty<Cartesian>^ get ();
}
abstract RotationalAcceleration : TransactedProperty<Cartesian> with get
Property Value
Type:
TransactedPropertyCartesian
See Also