Curve3D.setPointPosition

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

struct Curve3D
@nogc nothrow
void
setPointPosition
(
in long idx
,
in Vector3 position
)

Meta