Converts the specified value from radians to degrees.
Namespace: MindFusion.Drawing
File: DrawingUtils.js
SyntaxJavaScript
Copy Code
|
|---|
function degrees (radians) |
Type: Number
Number. The radians to convert.
Type: Number
Number. The converted angle.
See Also