mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-17 14:18:13 +01:00
16 lines
220 B
Markdown
16 lines
220 B
Markdown
# 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);
|