Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
PathOpsCubicIntersectionTestData.h
Go to the documentation of this file.
1/*
2 * Copyright 2012 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
8
9#include <cstddef>
10
12
13extern const CubicPts pointDegenerates[];
14extern const CubicPts notPointDegenerates[];
15extern const CubicPts tests[][2];
16extern CubicPts hexTests[][2];
17
18extern const CubicPts lines[];
19extern const CubicPts notLines[];
20extern const CubicPts modEpsilonLines[];
21extern const CubicPts lessEpsilonLines[];
22extern const CubicPts negEpsilonLines[];
23
24extern const size_t pointDegenerates_count;
25extern const size_t notPointDegenerates_count;
26extern const size_t tests_count;
27extern const size_t hexTests_count;
28extern const size_t lines_count;
29extern const size_t notLines_count;
30extern const size_t modEpsilonLines_count;
31extern const size_t lessEpsilonLines_count;
32extern const size_t negEpsilonLines_count;
33
34} // namespace PathOpsCubicIntersectionTestData