15 #ifndef __IPSDKGEOMETRY_POLYGON2DTYPES_H__ 16 #define __IPSDKGEOMETRY_POLYGON2DTYPES_H__ 19 #include <IPSDKGeometry/Entity/2d/Point/Point2dData.h> 47 #endif // __IPSDKGEOMETRY_POLYGON2DTYPES_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
ePolygon2dType
Enumerate describing polygon type.
Definition: Polygon2dTypes.h:34
Exterior polygon with clock wise point ordering.
Definition: Polygon2dTypes.h:36
Interior polygon with counter clock wise point ordering.
Definition: Polygon2dTypes.h:38
Predefined macros for enumerates management.
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26