1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-27 00:17:27 +02:00

change dir

This commit is contained in:
Justin Lin
2021-03-01 16:59:58 +08:00
parent b72f954066
commit 103debdd58
4 changed files with 3 additions and 3 deletions

View File

@@ -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);