Function Curve3D.setPointOut

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

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