Function Curve.cleanDupes

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

void cleanDupes() nothrow @nogc;