Click or drag to resize

TrackingArchiveTEntityGetOrientations Method (Object, JulianDate, Int32)

Gets a DateMotionCollectionT, TDerivative representing the archived orientation, rotational velocity and rotational acceleration of the specified entity beginning at the specified time and lasting for the specified duration.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DateMotionCollection<UnitQuaternion, Cartesian> GetOrientations(
	Object entityIdentifier,
	JulianDate start,
	int maximumPoints
)

Parameters

entityIdentifier
Type: SystemObject
The identifier of the entity whose data is to be retrieved.
start
Type: AGI.Foundation.TimeJulianDate
The date of the earliest data point to retrieve.
maximumPoints
Type: SystemInt32
The maximum number of points to return.

Return Value

Type: DateMotionCollectionUnitQuaternion, Cartesian
A DateMotionCollectionT, TDerivative representing the archived data.
See Also