Searched refs:P3ic (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/geometry/index/test/algorithms/ |
D | segment_intersection.cpp | 80 typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic; in test_main() typedef 87 …test_geometry<bg::model::box<P3ic>, P3ic>("POLYGON((0 1 2,2 4 6))", "POINT(0 0 0)", "POINT(2 5 7)"… in test_main() 94 …test_geometry<bg::model::box<P3ic>, P3ic>("POLYGON((0 1 2,2 4 6))", "POINT(3 5 6)", "POINT(0 3 3)"… in test_main() 101 …test_geometry<bg::model::box<P3ic>, P3ic>("POLYGON((0 1 2,2 4 6))", "POINT(1 3 0)", "POINT(1 3 7)"… in test_main()
|
D | content.cpp | 42 typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic; in test_main() typedef 49 test_content(P3ic(0, 0, 0), 0); in test_main() 56 test_geometry<bg::model::box<P3ic> >("POLYGON((0 1 2,2 4 6))", 24.0); in test_main()
|
D | is_valid.cpp | 81 typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic; in test_main() typedef 88 test(P3ic(0, 0, 0), true); in test_main() 95 test_box<bg::model::box<P3ic> >("POLYGON((0 1 2,2 4 6))", true); in test_main()
|
D | minmaxdist.cpp | 77 typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic; in test_main() typedef 84 test_indexable<bg::model::box<P3ic> >(P3ic(1, 2, 3), "POLYGON((0 1 2,2 4 6))", 14.0); in test_main()
|
D | margin.cpp | 42 typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic; in test_main() typedef 49 test_geometry<bg::model::box<P3ic> >("POLYGON((0 1 2,2 4 6))", 9); in test_main()
|
D | path_intersection.cpp | 94 typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic; in test_main() typedef 102 typedef bg::model::linestring<P3ic> L3ic; in test_main() 111 …test_geometry<bg::model::box<P3ic>, L3ic>("POLYGON((0 1 2,2 4 6))", "LINESTRING(0 0 0, 2 5 7)", tr… in test_main()
|
D | union_content.cpp | 45 typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic; in test_main() typedef 52 test_geometry<bg::model::box<P3ic> >("POLYGON((0 1 2,2 4 6))", "POLYGON((1 2 3,3 5 7))", 60.0); in test_main()
|
D | intersection_content.cpp | 45 typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic; in test_main() typedef 52 test_geometry<bg::model::box<P3ic> >("POLYGON((0 1 2,2 4 6))", "POLYGON((1 2 3,3 5 7))", 6.0); in test_main()
|