public class PolarPoint extends java.lang.Object
double
angle
range
PolarPoint()
PolarPoint(double newRange, double newAngle)
void
set(double newRange, double newAngle)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public double range
public double angle
public PolarPoint()
public PolarPoint(double newRange, double newAngle)
public void set(double newRange, double newAngle)
See http://cmion-addons.sourceforge.net/.