public class PolarVelocity extends VelocityVector
A location 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 |
---|
PolarVelocity() |
PolarVelocity(double vRange,
double vAzimuth,
double vElevation) |
Modifier and Type | Method and Description |
---|---|
double |
getVelAzimuth() |
double |
getVelElevation() |
double |
getVelRange() |
void |
setVelAzimuth(double velAzimuth) |
void |
setVelElevation(double velElevation) |
void |
setVelRange(double velRange) |
add, add, cross, dot, equals, get, hashCode, norm, normSqr, readExternal, scale, scale, set, set, set, sub, sub, toString, toVector4, writeExternal
public PolarVelocity()
public PolarVelocity(double vRange, double vAzimuth, double vElevation)
public double getVelRange()
public double getVelAzimuth()
public double getVelElevation()
public void setVelRange(double velRange)
public void setVelAzimuth(double velAzimuth)
public void setVelElevation(double velElevation)