public class ECEFVelocity extends CartVelocity
A velocity vector in an ECEF coordinate system. All coordinates are in meters/sec.
This class and all it subclasses are mutable, therefore it should only be used to hold intermediate results, and never shared among threads.Constructor and Description |
---|
ECEFVelocity() |
ECEFVelocity(double vX,
double vY,
double vZ) |
getVX, getVY, getVZ, setVX, setVY, setVZ
add, add, cross, dot, equals, get, hashCode, norm, normSqr, readExternal, scale, scale, set, set, set, sub, sub, toString, toVector4, writeExternal