1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 22:28:16 +01:00
dotSCAD/docs/lib3x-radians.md

16 lines
221 B
Markdown
Raw Normal View History

2021-02-12 18:56:03 +08:00
# radian
Converts a degree measurement to the corresponding value in radians.
**Since:**: 3.0
## Parameters
- `degrees` : The degrees value.
## Examples
use <util/radians.scad>;
assert(radians(180) == PI);