Function Curve3D.setPointPosition

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

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