Searched refs:P3dc (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/geometry/index/test/algorithms/ |
D | segment_intersection.cpp | 82 typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc; in test_main() typedef 89 …test_geometry<bg::model::box<P3dc>, P3dc>("POLYGON((0 1 2,2 4 6))", "POINT(0 0 0)", "POINT(2 5 7)"… in test_main() 96 …test_geometry<bg::model::box<P3dc>, P3dc>("POLYGON((0 1 2,2 4 6))", "POINT(3 5 6)", "POINT(0 3 3)"… in test_main() 103 …test_geometry<bg::model::box<P3dc>, P3dc>("POLYGON((0 1 2,2 4 6))", "POINT(1 3 0)", "POINT(1 3 7)"… in test_main()
|
D | content.cpp | 44 typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc; in test_main() typedef 51 test_content(P3dc(0, 0, 0), 0); in test_main() 58 test_geometry<bg::model::box<P3dc> >("POLYGON((0 1 2,2 4 6))", 24.0); in test_main()
|
D | is_valid.cpp | 83 typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc; in test_main() typedef 90 test(P3dc(0, 0, 0), true); in test_main() 97 test_box<bg::model::box<P3dc> >("POLYGON((0 1 2,2 4 6))", true); in test_main()
|
D | minmaxdist.cpp | 79 typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc; in test_main() typedef 86 test_indexable<bg::model::box<P3dc> >(P3dc(1, 2, 3), "POLYGON((0 1 2,2 4 6))", 14.0); in test_main()
|
D | margin.cpp | 44 typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc; in test_main() typedef 51 test_geometry<bg::model::box<P3dc> >("POLYGON((0 1 2,2 4 6))", 9.0); in test_main()
|
D | path_intersection.cpp | 96 typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc; in test_main() typedef 104 typedef bg::model::linestring<P3dc> L3dc; in test_main() 113 …test_geometry<bg::model::box<P3dc>, L3dc>("POLYGON((0 1 2,2 4 6))", "LINESTRING(0 0 0, 2 5 7)", tr… in test_main()
|
D | union_content.cpp | 47 typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc; in test_main() typedef 54 test_geometry<bg::model::box<P3dc> >("POLYGON((0 1 2,2 4 6))", "POLYGON((1 2 3,3 5 7))", 60.0); in test_main()
|
D | intersection_content.cpp | 47 typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc; in test_main() typedef 54 test_geometry<bg::model::box<P3dc> >("POLYGON((0 1 2,2 4 6))", "POLYGON((1 2 3,3 5 7))", 6.0); in test_main()
|