Skip to content

objectType CustomRefLocation

extends RefLocation

A custom reference location in phase space (position and velocity). Position and velocity are given as coordinates with an associated SpaceFrame. An epoch MAY be provided to further refine the location.

CustomRefLocationcoords:Epoch epochcoords:Point positioncoords:Point velocityRefLocation

Members

name type mult description
epoch Epoch optional Epoch for the reference location.
position Point The spatial coordinates of the reference location.
velocity Point optional The velocity of the reference location.

Containment

This is contained by GenericFrame, SpaceFrame, TimeFrame