Signatures
|
Return Value
|
Description
|
CelestialObject.VectorToObject(CoordinateSystem targetCoordinateSystem)
|
Array
|
Returns an Array containing the components of the vector originating at the location of the calling CelestialObject and terminating at the location of targetCoordinateSystem, in the ICRF.
|
CelestialObject.VectorToObject(ProximityZone targetProximityZone)
|
Array
|
Returns an Array containing the components of the vector originating at the location of the calling CelestialObject and terminating at the location of targetProximityZone, in the ICRF.
|
CelestialObject.VectorToObject(Sensor targetSensor)
|
Array
|
Returns an Array containing the components of the vector originating at the location of the calling CelestialObject and terminating at the location of targetSensor, in the ICRF.
|
CelestialObject.VectorToObject(Vehicle targetVehicle)
|
Array
|
Returns an Array containing the components of the vector originating at the location of the calling CelestialObject and terminating at the location of targetVehicle, in the ICRF.
|
CelestialObject.VectorToObject(CelestialObject targetCelestialObject, TimeSpan epoch)
|
Array
|
Returns an Array containing the components of the vector originating at the location of the calling CelestialObject and terminating at the location of targetCelestialObject, in the ICRF at epoch.
|
CelestialObject.VectorToObject(CelestialSystem targetCelestialSystem, TimeSpan epoch)
|
Array
|
Returns an Array containing the components of the vector originating at the location of the calling CelestialObject and terminating at the location of targetCelestialSystem, in the ICRF.
|
CelestialObject.VectorToObject(GroundStation targetGroundStation, TimeSpan epoch)
|
Array
|
Returns an Array containing the components of the vector originating at the location of the calling CelestialObject and terminating at the location of targetGroundStation, in the ICRF at epoch.
|
CelestialObject.VectorToObject(RotatingLibrationPoint targetRotatingLibrationPoint, TimeSpan epoch)
|
Array
|
Returns an Array containing the components of the vector originating at the location of the calling CelestialObject and terminating at the location of targetRotatingLibrationPoint, in the ICRF.
|