A polygon defined by a list of coordinates. More...
A polygon defined by a list of coordinates.
Definition at line 26 of file Polygon.hpp.
#include <Polygon.hpp>
Inheritance diagram for cogip::cogip_defs::Polygon< N >:
Collaboration diagram for cogip::cogip_defs::Polygon< N >:Public Member Functions | |
| int | point_index (const Coords &p) const |
| Find a point in this polygon and return its index. More... | |
|
inline |
Find a point in this polygon and return its index.
| [in] | p | [in] point to find |
Definition at line 30 of file Polygon.hpp.