dataType 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.
classDiagram
class CustomRefLocation{
coords:Epoch epoch
coords:Point position
coords:Point velocity
}
CustomRefLocation --|> RefLocation
link RefLocation "../RefLocation"
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. |