Searched defs:newB2 (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A Dtk3d.c761 XPoint poly[4], b1, b2, newB1, newB2;
855 newB2.x = newB1.x + (p2Ptr->x - p1Ptr->x);
856 newB2.y = newB1.y + (p2Ptr->y - p1Ptr->y);
860 parallel = Intersect(&newB1, &newB2, &b1, &b2, &poly[2]);
875 * newB1 newB2
886 * b1-b2 and newB1-newB2 with p1Ptr-perp.
895 (void) Intersect(p1Ptr, &perp, &newB1, &newB2, &c);
920 b2.x = newB2.x;
921 b2.y = newB2.y;
749 XPoint poly[4], b1, b2, newB1, newB2; local

Completed in 20 milliseconds