2012-01-25 18:57:23 +00:00
|
|
|
void ConvexHull_Test();
|
|
|
|
void ConvexHull_X_Test();
|
|
|
|
void CubicBezierClip_Test();
|
|
|
|
void CubicCoincidence_Test();
|
|
|
|
void CubicIntersection_Test();
|
|
|
|
void CubicParameterization_Test();
|
|
|
|
void CubicReduceOrder_Test();
|
|
|
|
void Inline_Tests();
|
|
|
|
void Intersection_Tests();
|
|
|
|
void LineCubicIntersection_Test();
|
|
|
|
void LineIntersection_Test();
|
|
|
|
void LineParameter_Test();
|
|
|
|
void LineQuadraticIntersection_Test();
|
2012-02-28 16:57:05 +00:00
|
|
|
void SimplifyPolygonPaths_Test();
|
2012-03-05 22:01:21 +00:00
|
|
|
void SimplifyQuadralateralPaths_Test();
|
2012-02-28 16:57:05 +00:00
|
|
|
void SimplifyRectangularPaths_Test();
|
2012-01-25 18:57:23 +00:00
|
|
|
void QuadraticBezierClip_Test();
|
|
|
|
void QuadraticCoincidence_Test();
|
|
|
|
void QuadraticIntersection_Test();
|
|
|
|
void QuadraticParameterization_Test();
|
|
|
|
void QuadraticReduceOrder_Test();
|