public class ECEFAcceleration extends CartAcceleration
An acceleration vector in an ECEF coordinate system. All coordinates are in meters/sec^2.
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 |
---|
ECEFAcceleration() |
ECEFAcceleration(double aX,
double aY,
double aZ) |
getAX, getAY, getAZ, setAX, setAY, setAZ
add, add, cross, dot, equals, get, hashCode, norm, normSqr, readExternal, scale, scale, set, set, set, sub, sub, toString, toVector4, writeExternal