JNISpice
version 2.0.0

spice.basic
Class VelocityVector

java.lang.Object
  extended by spice.basic.Vector3
      extended by spice.basic.VelocityVector

public class VelocityVector
extends Vector3

Class VelocityVector represents velocities of ephemeris objects relative to other objects. VelocityVectors implicitly carry units of kilometers/second.

Version 1.0.0 22-DEC-2009 (NJB)


Constructor Summary
VelocityVector()
          Default constructor: create a zero-filled velocity vector.
VelocityVector(Body target, Time t, ReferenceFrame ref, AberrationCorrection abcorr, Body observer)
          Construct aberration-corrected VelocityVector from ephemeris data.
VelocityVector(Vector3 v)
          Construct a VelocityVector from a Vector3 instance.
VelocityVector(VelocityVector velocity)
          Copy constructor: create a deep copy of another VelocityVector.
 
Method Summary
 java.lang.String toString()
          Create a String representation of this PositionVector.
 
Methods inherited from class spice.basic.Vector3
add, assign, cross, dist, dot, getElt, hat, isZero, lcom, lcom, negate, norm, perp, proj, rotate, rotate, scale, sep, sub, toArray, ucross
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VelocityVector

public VelocityVector()
Default constructor: create a zero-filled velocity vector.


VelocityVector

public VelocityVector(VelocityVector velocity)
Copy constructor: create a deep copy of another VelocityVector.


VelocityVector

public VelocityVector(Vector3 v)
Construct a VelocityVector from a Vector3 instance.


VelocityVector

public VelocityVector(Body target,
                      Time t,
                      ReferenceFrame ref,
                      AberrationCorrection abcorr,
                      Body observer)
               throws SpiceException
Construct aberration-corrected VelocityVector from ephemeris data.

Throws:
SpiceException
Method Detail

toString

public java.lang.String toString()
Create a String representation of this PositionVector.

Overrides:
toString in class Vector3

JNISpice
version 2.0.0

JNISpice Alpha Test Version 2.0.0 28-JAN-2017 (NJB)