vle-vector-isparallel
(vle-vector-isparallel vec1
vec2)
This function returns whether the
vectors vec1 and vec2 are parallel or not.
Arguments |
vec1 a 2d or 3d vector list |
Return |
T or NIL |
Example |
(setq v1 '(2 0 0) v2'(-2 0
0)) |
Remarks |
input vectors must not be unit-length (non-normalised vectors are allowed) |
© Bricsys NV. All rights reserved. |