mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-02 19:22:48 +02:00
add degrees
This commit is contained in:
15
docs/lib3x-degrees.md
Normal file
15
docs/lib3x-degrees.md
Normal 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);
|
Reference in New Issue
Block a user