IEntityRotationalVelocityRotationalVelocity Property |
Gets the transactional property that holds the rotational velocity of the entity. To obtain the
axes in which the rotational velocity 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.2.419.0 (24.2.419.0)
Syntax TransactedProperty<Cartesian> RotationalVelocity { get; }
ReadOnly Property RotationalVelocity As TransactedProperty(Of Cartesian)
Get
property TransactedProperty<Cartesian>^ RotationalVelocity {
TransactedProperty<Cartesian>^ get ();
}
abstract RotationalVelocity : TransactedProperty<Cartesian> with get
Property Value
Type:
TransactedPropertyCartesianSee Also