Uses of Class
spice.basic.VelocityVector
-
Packages that use VelocityVector Package Description spice.basic -
-
Uses of VelocityVector in spice.basic
Methods in spice.basic that return VelocityVector Modifier and Type Method Description VelocityVector
StateVector. getVelocity()
Return a VelocityVector instance consisting of the velocity portion of this state vector.Methods in spice.basic with parameters of type VelocityVector 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 VelocityVector Constructor Description VelocityVector(VelocityVector velocity)
Copy constructor: create a deep copy of another VelocityVector.
-