CelestialObject.GetAngularVelocityAtEpoch(TimeSpan) Method

Top 

Description

Returns the angular velocity vector referenced to the MJ2000 Earth Equator frame.

 

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.GetAngularVelocityAtEpoch(

TimeSpan epoch)

 

 

Arguments

epoch


Description:

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

 

 

 

Return Value

Type:

Array of number (size = 3)

Units:

deg/s

 

 

Returns the angular velocity array referenced to the MJ2000 Earth Equator frame.

 

Syntax

myArray1 = myCelestialObject1.GetAngularVelocityAtEpoch(myTimeSpan1);

 

 

See also

CelestialObject Object

CelestialObjects Guide