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

add degrees

This commit is contained in:
Justin Lin
2021-02-12 18:53:38 +08:00
parent 226674d30f
commit fcb4afa93f
3 changed files with 26 additions and 1 deletions

15
docs/lib3x-degrees.md Normal file
View File

@@ -0,0 +1,15 @@
# 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);