RotatingLibrationPoint.GetPosVelAtEpoch(TimeSpan) Method

Top 

Description

Returns the X, Y, Z, VX, VY, VZ components of the state of the RotatingLibrationPoint, using the ReferenceBody as the origin.

 

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

RotatingLibrationPoint.GetPosVelAtEpoch(

TimeSpan epoch)

 

 

Arguments

epoch


Description:

The epoch at which to evaluate the RotatingLibrationPoint object.

 

 

 

Return Value

Type:

Array of number (size = 6)

 

 

A 6-element array containing the position and velocity, in units of km and km/s, of the Lagrange point.

 

Syntax

myArray1 = myRotatingLibrationPoint1.GetPosVelAtEpoch(myTimeSpan1);

 

 

See also

RotatingLibrationPoint Object

Rotating Libration Points Guide