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:

TObject2D, TObject3D

SEGMENT

Object type for TSegment2D or TSegment3D.

See also:

TObject2D, TObject3D

LINE

Object type for TLine2D or TLine3D.

See also:

TObject2D, TObject3D

POLYGON

Object type for TPolygon2D or TPolygon3D.

See also:

TObject2D, TObject3D

PLANE

Object type for TPlane.

See also:

TObject2D, TObject3D