QuirkyPolyline: exposing foolish programmers
In AutoCAD, the AcDbCurve class defines a general parametrized curve. On a parametrized curve, points in space are mapped to real numbers (parameters) by an arbitrary function F(p) for values of p from the curve start parameter to the curve end parameter. Defining a curve this way simplifies working with complex 3D curves because one …
Continue reading ‘QuirkyPolyline: exposing foolish programmers’ »