DEF_TEST(PathOpsCubicIntersection, reporter) {
    oneOffTests(reporter);
    cubicIntersectionSelfTest(reporter);
    cubicIntersectionCoinTest(reporter);
    standardTestCases(reporter);
    if (false) CubicIntersection_IntersectionFinder();
    if (false) CubicIntersection_RandTest(reporter);
}
Esempio n. 2
0
void QuadraticIntersection_Test() {
    oneOffTest();
    coincidentTest();
    standardTestCases();
}
DEF_TEST(PathOpsReduceOrderQuad, reporter) {
    oneOffTest(reporter);
    standardTestCases(reporter);
}
Esempio n. 4
0
void QuadraticBezierClip_Test() {
    oneAtEndTest();
    oneOffTest();
    standardTestCases();
}
void QuadraticReduceOrder_Test() {
    oneOffTest();
    standardTestCases();
}