TrackingArchive<TEntity>.GetOrientations Method (Object, JulianDate, JulianDate, Int32) |
Gets a
DateMotionCollection<T, 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.3.420.0 (24.3.420.0)
Syntaxpublic DateMotionCollection<UnitQuaternion, Cartesian> GetOrientations(
Object entityIdentifier,
JulianDate start,
JulianDate stop,
int maximumPoints
)
Public Function GetOrientations (
entityIdentifier As Object,
start As JulianDate,
stop As JulianDate,
maximumPoints As Integer
) As DateMotionCollection(Of UnitQuaternion, Cartesian)
public:
DateMotionCollection<UnitQuaternion, Cartesian>^ GetOrientations(
Object^ entityIdentifier,
JulianDate start,
JulianDate stop,
int maximumPoints
)
member GetOrientations :
entityIdentifier : Object *
start : JulianDate *
stop : JulianDate *
maximumPoints : int -> DateMotionCollection<UnitQuaternion, Cartesian>
Parameters
- entityIdentifier
- Type: System.Object
The identifier of the entity whose data is to be retrieved. - start
- Type: AGI.Foundation.Time.JulianDate
The date of the earliest data point to retrieve. - stop
- Type: AGI.Foundation.Time.JulianDate
The time of the last data point to retrieve. - maximumPoints
- Type: System.Int32
The maximum number of points to return.
Return Value
Type:
DateMotionCollection<UnitQuaternion,
Cartesian>A
DateMotionCollection<T, TDerivative> representing the archived data.
See Also