1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-16 13:50:05 +01:00
dotSCAD/docs/lib3x-degrees.md
2022-06-06 13:11:46 +08:00

221 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);