mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-01 04:20:27 +02:00
add angles_between
This commit is contained in:
1
src/angles_between.scad
Normal file
1
src/angles_between.scad
Normal file
@@ -0,0 +1 @@
|
||||
function angles_between(vt1, vt2) = acos((vt1 * vt2) / (norm(vt1) * norm(vt2)));
|
@@ -10,5 +10,6 @@ dotSCAD 3.0 Dev
|
||||
|
||||
New modules/functions
|
||||
|
||||
- `angles_between`
|
||||
- `spherical_coordinate`
|
||||
- `util/some`
|
||||
|
Reference in New Issue
Block a user