OE2DPathPoint

class OE2DPathPoint

Represent a 2D point of a path with associated type from the OE2DPathPointType namespace.

../../_images/OE2DPoint_AddCurveSegment.png ../../_images/OE2DPoint_AddLineSegment.png

See also

Constructors

OE2DPathPoint(const OE2DPoint &point, unsigned int ptype)

Constructs an OE2DPathPoint object with a given type from the OE2DPathPointType namespace.

OE2DPathPoint(const OE2DPathPoint &rhs)

Copy constructor.

operator=

OE2DPathPoint &operator=(const OE2DPathPoint &rhs)

Assignment operator.

GetPoint

const OE2DPoint &GetPoint() const

Returns the 2D coordinates of the point.

GetPointType

unsigned int GetPointType() const

Returns the type of the point from the OE2DPathPointType namespace.