Home
last modified time | relevance | path

Searched defs:my_polygon (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/geometry/example/
Dc06_custom_polygon_example.cpp36 struct my_polygon struct
46 my_polygon(std::string const& n = "") : name(n) {} in my_polygon() argument
Dc08_custom_non_std_example.cpp38 class my_polygon class