enum mrpt::math::GeometricEntity
Overview
Types of geometric entities. More…
#include <GeometryEntity.h> enum GeometricEntity { UNDEFINED = 0xff, POINT = 0, SEGMENT, LINE, POLYGON, PLANE, };
Detailed Documentation
Types of geometric entities.
Enum Values
POINT
Object type for TPoint2D or TPoint3D.
See also:
SEGMENT
Object type for TSegment2D or TSegment3D.
See also:
LINE
Object type for TLine2D or TLine3D.
See also:
POLYGON
Object type for TPolygon2D or TPolygon3D.
See also:
PLANE
Object type for TPlane.
See also: