Home
last modified time | relevance | path

Searched refs:P3ttmc (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/geometry/index/test/algorithms/
Dminmaxdist.cpp92 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()
Dmargin.cpp55 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()
Dpath_intersection.cpp121 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()
Dcontent.cpp62 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()
Dunion_content.cpp61 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()
Dintersection_content.cpp61 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()
Dsegment_intersection.cpp120 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()
Dis_valid.cpp101 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()