public class InitialOrbitSolverResults extends Object
InitialOrbitSolver. These motions contain the necessary information to determine the orbit.| Constructor and Description |
|---|
InitialOrbitSolverResults(Motion1<Cartesian> position1Motion,
Motion1<Cartesian> position2Motion,
Motion1<Cartesian> position3Motion)
Initializes the results data container.
|
| Modifier and Type | Method and Description |
|---|---|
Motion1<Cartesian> |
getPosition1Motion()
Gets the motion for the first position in the orbit.
|
Motion1<Cartesian> |
getPosition2Motion()
Gets the motion for the second position in the orbit.
|
Motion1<Cartesian> |
getPosition3Motion()
Gets the motion for the third position in the orbit.
|
public InitialOrbitSolverResults(@Nonnull Motion1<Cartesian> position1Motion, @Nonnull Motion1<Cartesian> position2Motion, @Nonnull Motion1<Cartesian> position3Motion)
position1Motion - The motion for the first position in the orbit.position2Motion - The motion for the second position in the orbit.position3Motion - The motion for the third position in the orbit.