public class PolarAcceleration extends AccelerationVector
An acceleration vector in a polar coordinate system. Angle coordinates are in radians.
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 |
---|
PolarAcceleration() |
PolarAcceleration(double aRange,
double aAzimuth,
double aElevation) |
Modifier and Type | Method and Description |
---|---|
double |
getAccAzimuth() |
double |
getAccElevation() |
double |
getAccRange() |
void |
setAccAzimuth(double accAzimuth) |
void |
setAccElevation(double accElevation) |
void |
setAccRange(double accRange) |
add, add, cross, dot, equals, get, hashCode, norm, normSqr, readExternal, scale, scale, set, set, set, sub, sub, toString, toVector4, writeExternal
public PolarAcceleration()
public PolarAcceleration(double aRange, double aAzimuth, double aElevation)
public double getAccRange()
public double getAccAzimuth()
public double getAccElevation()
public void setAccRange(double accRange)
public void setAccAzimuth(double accAzimuth)
public void setAccElevation(double accElevation)