public class ECEFLocation extends CartLocation
A location vector in an ECEF coordinate system. All coordinates are in meters.
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 |
---|
ECEFLocation() |
ECEFLocation(double x,
double y,
double z) |
getX, getY, getZ, setX, setY, setZ
toVector4
add, add, cross, dot, equals, get, hashCode, norm, normSqr, readExternal, scale, scale, set, set, set, sub, sub, toString, writeExternal