1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-02 03:02:34 +02:00

add radians

This commit is contained in:
Justin Lin
2021-02-12 18:56:03 +08:00
parent fcb4afa93f
commit ac7711a827
3 changed files with 26 additions and 1 deletions

15
docs/lib3x-radians.md Normal file
View 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);