CODRgn::AddApproximation

void CODRgn::AddApproximation(float x0, float y0, float x1, float y1)

Adds a line segment to the approximation array m_pApprox.

Defined in: OdRgn.cpp

Return Value

void

Parameters

x0

The x coordinate of the start point of the line.

y0

The y coordinate of the start point of the line.

x1

The x coordinate of the end point of the line.

y1

The y coordinate of the end point of the line.