Enum GeometricEntity
Defined in File GeometryEntity.h
Enum Documentation
-
enum class mrpt::math::GeometricEntity : uint8_t
Types of geometric entities
Values:
-
enumerator UNDEFINED
-
enumerator POINT
Object type for TPoint2D or TPoint3D.
-
enumerator SEGMENT
Object type for TSegment2D or TSegment3D.
-
enumerator POLYGON
Object type for TPolygon2D or TPolygon3D.
-
enumerator UNDEFINED