IEntityAccelerationAcceleration Property |
Gets the transactional property that holds the acceleration of the entity. To obtain the reference frame
in which the acceleration is defined, get the
PositionReferenceFrame
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> Acceleration { get; }
ReadOnly Property Acceleration As TransactedProperty(Of Cartesian)
Get
property TransactedProperty<Cartesian>^ Acceleration {
TransactedProperty<Cartesian>^ get ();
}
abstract Acceleration : TransactedProperty<Cartesian> with get
Property Value
Type:
TransactedPropertyCartesianSee Also