Signatures
|
Return Value
|
Description
|
Spacecraft.RelativeAngle(Star s1, Star s2)
|
Variable
|
Returns the angle measured between s1 and s2 with the calling Spacecraft as the vertex.
|
Spacecraft.RelativeAngle(Star s1, Variable coID2)
|
Variable
|
Returns the angle measured between s1 and the CelestialObject identified by coID2 with the calling Spacecraft as the vertex.
|
Spacecraft.RelativeAngle(Star s1, Vehicle v2)
|
Variable
|
Returns the angle measured between s1 and v2 with the calling Spacecraft as the vertex.
|
Spacecraft.RelativeAngle(Variable coID1, Star s2)
|
Variable
|
Returns the angle measured between the CelestialObject identified by coID1 and s2 with the calling Spacecraft as the vertex.
|
Spacecraft.RelativeAngle(Variable coID1, Variable coID2)
|
Variable
|
Returns the angle measured between the CelestialObject identified by coID1 and the CelestialObject identified by coID2 with the calling Spacecraft as the vertex.
|
Spacecraft.RelativeAngle(Variable coID1, Vehicle v2)
|
Variable
|
Returns the angle measured between the CelestialObject identified by coID1 and v2 with the calling Spacecraft as the vertex.
|
Spacecraft.RelativeAngle(Vehicle v1, Star s2)
|
Variable
|
Returns the angle measured between v1 and s2 with the calling Spacecraft as the vertex.
|
Spacecraft.RelativeAngle(Vehicle v1, Variable coID2)
|
Variable
|
Returns the angle measured between v1 and the CelestialObject identified by coID2 with the calling Spacecraft as the vertex.
|
Spacecraft.RelativeAngle(Vehicle v1, Vehicle v2)
|
Variable
|
Returns the angle measured between v1 and v2 with the calling Spacecraft as the vertex.
|