Declared in Spacecraft
Declaration
Vector3[] GetLookupTrajectoryCoordinates(
bool geodetic,
int maxPoints
);Description
Returns a list of all the lookup data positions from the lookup table, if they exist. These will be in the form of a Geodetic or PCI frame, depending on the input type.
Parameters
| Name | Description |
|---|---|
| geodetic | [-] A flag whether to output the trajectory as a LLA |
| maxPoints | [-] The number of points to add. If is less than 0, it will add all points |