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

/ast/src/lib/libtk/generic/
H A DtkTrig.c183 * for intersections between the line and the rectangle. Horizontal
454 int intersections; /* Number of edges in the polygon that
462 * bestDist and intersections.
464 * TRICKY POINT: when computing intersections, include left
467 * count it as two intersections.
471 intersections = 0;
509 intersections++;
516 intersections++;
556 intersections++;
572 * We've processed all of the points. If the number of intersections
450 int intersections; /* Number of edges in the polygon that local
[all...]

Completed in 32 milliseconds