Converts the specified point from the Cartesian to the Polar coordinate system.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public static void cartesianToPolar ( |
The center of the coodinate system.
The Point2D to convert.
The converted Point2D.
See Also