vle-vector-getucs
(vle-vector-getucs normal)
This function returns the list of u-axis and
v-axis for the given normal
vector.
Arguments |
normal a 2d or 3d vector list |
Return |
'((uX uY uZ) (vX vY vZ)) always a list of 2 3d vectors, representing the x-axis and y-axis |
Example |
(setq vec '(2 0
0)) |
Remarks |
input vector must not be
unit-length (non-normalised vectors are allowed); |
© Bricsys NV. All rights reserved. |