Rotates point around specified rotation center at specified angle.
Namespace: MindFusion.Charting
File: PolarPlot.js
SyntaxJavaScript
Copy Code
|
|---|
function rotatePoint (pointToRotate, centerPoint, angleInDegrees) |
The point to rotate.
The rotation center.
The rotation angle.
See Also