Skip to content

raylib.DrawLineBezier

JoeStrout edited this page Apr 29, 2026 · 3 revisions

Draw line using cubic-bezier spline, in-out interpolation, no control points

Parameters

Parameter Default Value Note
startPos
endPos
thick 1.0
color WHITE

Return value

None.

Notes

Example

raylib.DrawLineBezier [50, 300], [750, 300], 3, raylib.YELLOW

Clone this wiki locally