Click or drag to resize

IEntityRotationalVelocity.RotationalVelocity 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 EntityDescriptor<TEntity>.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
TransactedProperty<Cartesian> RotationalVelocity { get; }

Property Value

Type: TransactedProperty<Cartesian>
See Also