Package | Description |
---|---|
edu.uci.ics.jung.visualization.transform |
Modifier and Type | Method and Description |
---|---|
protected LensTransformer.PolarPoint |
LensTransformer.cartesianToPolar(double x,
double y)
Returns the result of converting
(x, y) to polar coordinates. |
protected LensTransformer.PolarPoint |
LensTransformer.cartesianToPolar(java.awt.geom.Point2D point)
Returns the result of converting
point to polar coordinates. |
Modifier and Type | Method and Description |
---|---|
protected java.awt.geom.Point2D |
LensTransformer.polarToCartesian(LensTransformer.PolarPoint polar)
Returns the result of converting
polar to Cartesian coordinates. |