1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-07-31 12:00:23 +02:00
Files
dotSCAD/docs/lib3x-degrees.md
Justin Lin fcb4afa93f add degrees
2021-02-24 14:33:57 +08:00

222 B

degrees

Converts a radian measurement to the corresponding value in degrees.

Since:: 3.0

Parameters

  • radians : The radians value.

Examples

use <util/degrees.scad>;
	
assert(degrees(PI) == 180);