Flutter Engine
The Flutter Engine
|
Variables | |
static const double | D = FLT_EPSILON / 2 |
static const double | G = FLT_EPSILON / 3 |
static const double | N = -FLT_EPSILON / 2 |
static const double | M = -FLT_EPSILON / 3 |
const CubicPts | pointDegenerates [] |
const size_t | pointDegenerates_count = std::size(pointDegenerates) |
const CubicPts | notPointDegenerates [] |
const size_t | notPointDegenerates_count |
const CubicPts | tests [][2] |
const size_t | tests_count = std::size(tests) |
const CubicPts | lines [] |
const size_t | lines_count = std::size(lines) |
const CubicPts | notLines [] |
const size_t | notLines_count = std::size(notLines) |
static const double | E = FLT_EPSILON * 8 |
static const double | F = FLT_EPSILON * 8 |
const CubicPts | modEpsilonLines [] |
const size_t | modEpsilonLines_count = std::size(modEpsilonLines) |
const CubicPts | lessEpsilonLines [] |
const size_t | lessEpsilonLines_count = std::size(lessEpsilonLines) |
const CubicPts | negEpsilonLines [] |
const size_t | negEpsilonLines_count = std::size(negEpsilonLines) |
CubicPts | hexTests [][2] |
const size_t | hexTests_count |
|
static |
Definition at line 16 of file PathOpsCubicIntersectionTestData.cpp.
|
static |
Definition at line 163 of file PathOpsCubicIntersectionTestData.cpp.
|
static |
Definition at line 164 of file PathOpsCubicIntersectionTestData.cpp.
|
static |
Definition at line 17 of file PathOpsCubicIntersectionTestData.cpp.
|
extern |
|
extern |
const CubicPts PathOpsCubicIntersectionTestData::lessEpsilonLines |
Definition at line 209 of file PathOpsCubicIntersectionTestData.cpp.
const size_t PathOpsCubicIntersectionTestData::lessEpsilonLines_count = std::size(lessEpsilonLines) |
Definition at line 243 of file PathOpsCubicIntersectionTestData.cpp.
const CubicPts PathOpsCubicIntersectionTestData::lines |
Definition at line 116 of file PathOpsCubicIntersectionTestData.cpp.
const size_t PathOpsCubicIntersectionTestData::lines_count = std::size(lines) |
Definition at line 149 of file PathOpsCubicIntersectionTestData.cpp.
|
static |
Definition at line 19 of file PathOpsCubicIntersectionTestData.cpp.
const CubicPts PathOpsCubicIntersectionTestData::modEpsilonLines |
Definition at line 166 of file PathOpsCubicIntersectionTestData.cpp.
const size_t PathOpsCubicIntersectionTestData::modEpsilonLines_count = std::size(modEpsilonLines) |
Definition at line 207 of file PathOpsCubicIntersectionTestData.cpp.
|
static |
Definition at line 18 of file PathOpsCubicIntersectionTestData.cpp.
const CubicPts PathOpsCubicIntersectionTestData::negEpsilonLines |
Definition at line 245 of file PathOpsCubicIntersectionTestData.cpp.
const size_t PathOpsCubicIntersectionTestData::negEpsilonLines_count = std::size(negEpsilonLines) |
Definition at line 279 of file PathOpsCubicIntersectionTestData.cpp.
const CubicPts PathOpsCubicIntersectionTestData::notLines |
Definition at line 152 of file PathOpsCubicIntersectionTestData.cpp.
const size_t PathOpsCubicIntersectionTestData::notLines_count = std::size(notLines) |
Definition at line 161 of file PathOpsCubicIntersectionTestData.cpp.
const CubicPts PathOpsCubicIntersectionTestData::notPointDegenerates |
Definition at line 52 of file PathOpsCubicIntersectionTestData.cpp.
const size_t PathOpsCubicIntersectionTestData::notPointDegenerates_count |
Definition at line 57 of file PathOpsCubicIntersectionTestData.cpp.
const CubicPts PathOpsCubicIntersectionTestData::pointDegenerates |
Definition at line 21 of file PathOpsCubicIntersectionTestData.cpp.
const size_t PathOpsCubicIntersectionTestData::pointDegenerates_count = std::size(pointDegenerates) |
Definition at line 50 of file PathOpsCubicIntersectionTestData.cpp.
const CubicPts PathOpsCubicIntersectionTestData::tests |
Definition at line 61 of file PathOpsCubicIntersectionTestData.cpp.
const size_t PathOpsCubicIntersectionTestData::tests_count = std::size(tests) |
Definition at line 114 of file PathOpsCubicIntersectionTestData.cpp.