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