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