Primitive 2d polygon with basic points. More...
#include <Polygon.h>
Public Types | |
using | HybridType = BasicPolygon2d |
using | PointType = BasicPoint2d |
using | ThreeDType = BasicPolygon3d |
using | TwoDType = BasicPolygon2d |
Public Member Functions | |
BasicPolygon2d ()=default | |
BasicPolygon2d (const BasicLineString2d &other) | |
Primitive 2d polygon with basic points.
This just a normal vector with normal points. We inherit from it, because we need to create a new type that will be recognized as polygon by boost::geometry (and not as linestring).
Definition at line 18 of file primitives/Polygon.h.
Definition at line 23 of file primitives/Polygon.h.
Definition at line 24 of file primitives/Polygon.h.
Definition at line 22 of file primitives/Polygon.h.
Definition at line 21 of file primitives/Polygon.h.
|
inlineexplicit |
Definition at line 20 of file primitives/Polygon.h.
|
default |