Node.js examples for Geometry:Radian
Get Angle From Degrees
// getAngleFromDegrees function deg ( x ) { return ( Math.PI * x ) / 180; }