Spacecraft.OrbitPerigee(CelestialObject) Method |
Top |
DescriptionReturns the point in the orbit where the Spacecraft is at its closest approach to the specified celestialObject. FreeFlyer determines this condition by monitoring the dot product between the position and velocity vectors and identifying when this value passes from negative to positive.
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.
Note: This is a Stop-Propagation method. See the Stop-Propagation Properties and Methods page for more information. Note: This method has a state. See the Methods and Properties with State page for more information.
Method Signature
Arguments
Return Value
Returns the point in the orbit where the Spacecraft is at its closest approach to its central body. FreeFlyer determines this condition by monitoring the dot product between the position and velocity vectors and identifying when this value passes from negative to positive.
Syntax
See also Coverage and Contact Analysis Guide
|