34 void testCircleFromThreePoints();
35 void testCircleFromThreePointsSP();
37 void testEllipseAgainstCircle();
39 void testParallelLine();
40 void testParallelCircle();
41 void testInverseLine();
42 void testInverseCircle();
43 void testInverseEllipseAgainstCircle();
48 const Real2d& vtx0,
const Real2d& vtx1,
49 Real t,
bool inverse =
false);
52 Real t,
bool inverse =
false);
55 Real t,
bool inverse =
false);
58 Real t,
bool inverse =
false);