Rotates a Point2D around the specified rotation center at the specified angle.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
protected Point2D rotatePoint ( |
The point to rotate.
The rotation center.
The rotation angle.
The rotated Point2D instance.
See Also