Home | History | Annotate | Download | only in Intersection

Lines Matching refs:intersections

10 #include "Intersections.h"
32 Intersections intersections;
33 intersect2(reduce1, reduce2, intersections);
34 if (intersections.intersected()) {
35 for (int pt = 0; pt < intersections.used(); ++pt) {
36 double tt1 = intersections.fT[0][pt];
39 double tt2 = intersections.fT[1][pt];
205 Intersections intersections2;
262 Intersections intersections2;
318 Intersections ts;