mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-27 00:17:27 +02:00
change dir
This commit is contained in:
@@ -11,7 +11,7 @@ Returns the angle between two vectors.
|
||||
|
||||
## Examples
|
||||
|
||||
use <util/angle_between.scad>;
|
||||
use <angle_between.scad>;
|
||||
|
||||
assert(angle_between([0, 1], [1, 0]) == 90);
|
||||
assert(angle_between([0, 1, 0], [1, 0, 0]) == 90);
|
||||
|
Reference in New Issue
Block a user