Home | History | Annotate | Download | only in Intersection

Lines Matching refs:circles

36 // Three circles bounce inside a rectangle. The circles describe three, four
38 // bounce inside the circles. The circles rotate and scale over time. The
42 const int circles = 3;
43 int scales[circles];
44 int angles[circles];
45 int locs[circles * 2];
46 int pts[circles * 2 * 4];
48 for (c = 0; c < circles; ++c) {
59 for (c = 0; c < circles; ++c) {