CODRgn::AddApproximation
voidCODRgn::AddApproximation(floatx0, floaty0, floatx1, floaty1)
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.