protected static class LensTransformer.PolarPoint
extends java.awt.geom.Point2D.Double
| Constructor and Description |
|---|
LensTransformer.PolarPoint(double theta,
double radius) |
| Modifier and Type | Method and Description |
|---|---|
double |
getRadius() |
double |
getTheta() |
void |
setRadius(double radius) |
void |
setTheta(double theta) |