Uses of Class
spice.basic.PositionVector
-
Packages that use PositionVector Package Description spice.basic -
-
Uses of PositionVector in spice.basic
Subclasses of PositionVector in spice.basic Modifier and Type Class Description class
PositionRecord
Class PositionRecord represents the positions of ephemeris objects relative to other objects; position records carry along with them one-way light time.Methods in spice.basic that return PositionVector Modifier and Type Method Description static PositionVector
StateVector. correctStelab(PositionVector pobj, VelocityVector vobs)
Correct a PositionVector for reception stellar aberration.static PositionVector
StateVector. correctStelabXmit(PositionVector pobj, VelocityVector vobs)
Correct a PositionVector for transmission stellar aberration.PositionVector
StateVector. getPosition()
Return a PositionVector instance consisting of the position portion of this state vector.PositionVector
PositionRecord. getPositionVector()
Get the position vector.Methods in spice.basic with parameters of type PositionVector Modifier and Type Method Description static PositionVector
StateVector. correctStelab(PositionVector pobj, VelocityVector vobs)
Correct a PositionVector for reception stellar aberration.static PositionVector
StateVector. correctStelabXmit(PositionVector pobj, VelocityVector vobs)
Correct a PositionVector for transmission stellar aberration.Constructors in spice.basic with parameters of type PositionVector Constructor Description PositionVector(PositionVector position)
Copy constructor: create a deep copy of another PositionVector.
-