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

add unit_vector

This commit is contained in:
Justin Lin
2022-05-16 13:12:31 +08:00
parent 1006fa6624
commit be53dd21c1

View File

@@ -0,0 +1 @@
function unit_vector(v) = v / norm(v);