Home | History | Annotate | Download | only in Intersection

Lines Matching defs:Right

201     Point2     Left[W_DEGREE+1],    /* New left and right         */
202 Right[W_DEGREE+1]; /* control polygons */
229 Bezier(w, degree, 0.5, Left, Right);
231 right_count = FindRoots(Right, degree, right_t, depth+1);
422 * "Right" are non-null.
425 static Point2 Bezier(V, degree, t, Left, Right)
430 Point2 *Right; /* RETURN right half ctl pts */
456 if (Right != NULL) {
458 Right[j] = Vtemp[degree-j][j];