Curve.cleanDupes

Removes points that are closer than CMP_EPSILON (0.00001) units to their neighbor on the curve.

struct Curve
@nogc nothrow
void
cleanDupes
()

Meta