Curve3D.removePoint

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

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

Meta