mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-02 03:02:34 +02:00
add radians
This commit is contained in:
15
docs/lib3x-radians.md
Normal file
15
docs/lib3x-radians.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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);
|
Reference in New Issue
Block a user