vle-vector-length2d


(vle-vector-length2d  vec)

This function returns the 2D length of the vector vec in XY plane.

Arguments

vec  a 2d or 3d vector list

Return

double, the 2D length of the vector in XY plane

Example

(setq vec '(1 1 3))
(vle-vector-length2d vec)
1.4142135623731


Remarks




©  Bricsys NV. All rights reserved.