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