vle-pointp


(vle-pointp  obj)

This function returns whether obj represents a 2D or 3D point or vector.

Arguments

obj  any Lisp item to be verified

Return

T if obj represents a 2D or 3D point/vector, NIL if obj does not represent a 2D or 3D point or vector

Example

(vle-pointp "abc")  NIL
(vle-pointp '(1.1 2.2)  T

Remarks




©  Bricsys NV. All rights reserved.