Function Curve2D.removePoint

Deletes the point idx from the curve. Sends an error to the console if idx is out of bounds.

void removePoint (
  const(long) idx
) nothrow @nogc;