DEF_TEST(PathOpsCubicIntersection, reporter) {
    oneOffTests(reporter);
    cubicIntersectionSelfTest(reporter);
    cubicIntersectionCoinTest(reporter);
    standardTestCases(reporter);
    if (false) CubicIntersection_IntersectionFinder();
    if (false) CubicIntersection_RandTest(reporter);
}
Пример #2
0
void QuadraticIntersection_Test() {
    oneOffTest();
    coincidentTest();
    standardTestCases();
}
DEF_TEST(PathOpsReduceOrderQuad, reporter) {
    oneOffTest(reporter);
    standardTestCases(reporter);
}
Пример #4
0
void QuadraticBezierClip_Test() {
    oneAtEndTest();
    oneOffTest();
    standardTestCases();
}
Пример #5
0
void QuadraticReduceOrder_Test() {
    oneOffTest();
    standardTestCases();
}