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. The position is relative to the vertex.

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

Meta