Search
Utilities.cartesianToPolar Method
See Also
 






Converts the specified point from the Cartesian to the Polar coordinate system.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public static void cartesianToPolar (
    Point2D coordCenter,
    Point2D point,
    Point2D result
)

 Parameters

coordCenter

The center of the coodinate system.

point

The Point2D to convert.

result

The converted Point2D.

 See Also