Search
PolarPlot.rotatePoint Method
See Also
 






Rotates a Point2D around the specified rotation center at the specified angle.

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

 Syntax

Java  Copy Code

protected Point2D rotatePoint (
    Point2D pointToRotate,
    Point2D centerPoint,
    double angleInDegrees
)

 Parameters

pointToRotate

The point to rotate.

centerPoint

The rotation center.

angleInDegrees

The rotation angle.

 Return Value

The rotated Point2D instance.

 See Also