Enum GeometricEntity

Enum Documentation

enum class mrpt::math::GeometricEntity : uint8_t

Types of geometric entities

Values:

enumerator UNDEFINED
enumerator POINT

Object type for TPoint2D or TPoint3D.

See also

TObject2D,TObject3D

enumerator SEGMENT

Object type for TSegment2D or TSegment3D.

See also

TObject2D,TObject3D

enumerator LINE

Object type for TLine2D or TLine3D.

See also

TObject2D,TObject3D

enumerator POLYGON

Object type for TPolygon2D or TPolygon3D.

See also

TObject2D,TObject3D

enumerator PLANE

Object type for TPlane.

See also

TObject2D,TObject3D