<-Back

Function: Same-Direction-Vectors?

SAME-DIRECTION-VECTORS? boolean

Returns non-NIL iff vector-1 and vector-2 are pointing in the same direction.

arguments:
vector-1 3D Vector
vector-2 3D Vector
keyword arguments:
tolerance Number, Default Value: *ZERO-EPSILON*

<-Back