vle-vector-length


(vle-vector-length  vec)

This function returns the 3D length of the vector vec.

Arguments

vec  a 2d or 3d vector list

Return

double, the 3D length of the vector in XYZ space

Example

(setq vec '(1 1 3))
(vle-vector-length vec)
3.3166247903554

Remarks




©  Bricsys NV. All rights reserved.