vle-vector-get


(vle-vector-get  fromPt  toPt)

This function returns the vector fromPt -> toPt as 3d list.

Arguments

fromPt  a 2d or 3d point list

toPt  a 2d or 3d point list

Return

(vecX vecY vecZ)  always a 3d vector list

Example

(vle-vector-get  '(10 10 10)  '(21 22 23))  returns (11 12 13)

Remarks




©  Bricsys NV. All rights reserved.