CelestialObject.GetOrientationAtEpoch(TimeSpan) Method

Top 

Description

Returns the attitude quaternion of the CelestialObject, referenced to the ICRF.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

CelestialObject.GetOrientationAtEpoch(

TimeSpan epoch)

 

 

Arguments

epoch


Description:

The epoch at which the CelestialObject's state is evaluated.

 

 

 

Return Value

Type:

Array of number (size = 4)

 

 

Returns a four-element Array containing the quaternion of the Celestial Object state, referenced to the ICRF.

 

Syntax

myArray1 = myCelestialObject1.GetOrientationAtEpoch(myTimeSpan1);

 

 

See also

CelestialObject Object

CelestialObjects Guide