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

struct Curve2D
@nogc nothrow
void
setPointOut
(
in long idx
,
in Vector2 position
)

Meta