Home
last modified time | relevance | path

Searched refs:coors (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/geometry/example/
Dc02_custom_box_example.cpp44 double coors[4]; member
58 BOOST_GEOMETRY_REGISTER_BOX_2D_4VALUES(my_box_4, my_point, coors[0], coors[1], coors[2], coors[3]) in BOOST_GEOMETRY_REGISTER_POINT_2D()
/third_party/boost/libs/geometry/test/algorithms/
Dmake.cpp66 T coors[][2] = {{1,2}, {3,4}}; in test_linestring_2d() local
68 L line = bg::detail::make::make_points<L>(coors); in test_linestring_2d()
78 T coors[][3] = {{1,2,3}, {4,5,6}}; in test_linestring_3d() local
80 L line = bg::detail::make::make_points<L>(coors); in test_linestring_3d()
Dassign.cpp58 const double coors[3][2] = { {1, 2}, {3, 4}, {5, 6} }; in test_assign_linestring_2d() local
59 check_assign_points<bg::model::linestring<Point> >(coors, "LINESTRING(1 2,3 4,5 6)"); in test_assign_linestring_2d()