Searched refs:VLength (Results 1 – 3 of 3) sorted by relevance
79 if ((VLength(&edge1) >= EPSILON) && (VLength(&edge2) >= EPSILON) && in newtri()80 (VLength(&edge3) >= EPSILON)) { in newtri()106 if ((VLength(&edge1) >= EPSILON) && (VLength(&edge2) >= EPSILON) && in newstri()107 (VLength(&edge3) >= EPSILON)) { in newstri()
54 flt VLength(vector *);
64 flt VLength(vector *a) { in VLength() function