Curve2D.removePoint

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

struct Curve2D
@nogc nothrow
void
removePoint
(
in long idx
)

Meta