Searched refs:P3ttmc (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/geometry/index/test/algorithms/ |
D | minmaxdist.cpp | 92 typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> P3ttmc; in test_main() typedef 95 test_indexable<bg::model::box<P3ttmc> >(P3ttmc(1, 2, 3), "POLYGON((0 1 2,2 4 6))", 14.0); in test_main()
|
D | margin.cpp | 55 typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> P3ttmc; in test_main() typedef 58 test_geometry<bg::model::box<P3ttmc> >("POLYGON((0 1 2,2 4 6))", 52.0); in test_main()
|
D | path_intersection.cpp | 121 typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> P3ttmc; in test_main() typedef 124 typedef bg::model::linestring<P3ttmc> L3ttmc; in test_main() 127 …test_geometry<bg::model::box<P3ttmc>, L3ttmc>("POLYGON((0 1 2,2 4 6))", "LINESTRING(0 0 0, 2 5 7)"… in test_main()
|
D | content.cpp | 62 typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> P3ttmc; in test_main() typedef 65 test_geometry<bg::model::box<P3ttmc> >("POLYGON((0 1 2,2 4 6))", 24.0); in test_main()
|
D | union_content.cpp | 61 typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> P3ttmc; in test_main() typedef 64 … test_geometry<bg::model::box<P3ttmc> >("POLYGON((0 1 2,2 4 6))", "POLYGON((1 2 3,3 5 7))", 60.0); in test_main()
|
D | intersection_content.cpp | 61 typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> P3ttmc; in test_main() typedef 64 test_geometry<bg::model::box<P3ttmc> >("POLYGON((0 1 2,2 4 6))", "POLYGON((1 2 3,3 5 7))", 6.0); in test_main()
|
D | segment_intersection.cpp | 120 typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> P3ttmc; in test_main() typedef 123 …test_geometry<bg::model::box<P3ttmc>, P3ttmc>("POLYGON((0 1 2,2 4 6))", "POINT(0 0 0)", "POINT(2 5… in test_main()
|
D | is_valid.cpp | 101 typedef bg::model::point<ttmath_big, 3, bg::cs::cartesian> P3ttmc; in test_main() typedef 104 test_geometry<bg::model::box<P3ttmc> >("POLYGON((0 1 2,2 4 6))", true); in test_main()
|