Function Curve3D.setPointIn

Sets the position of the control point leading to the vertex idx. If the index is out of bounds, the function sends an error to the console.

void setPointIn (
  const(long) idx,
  const(Vector3) position
) nothrow @nogc;