draw-line-bezier-cubic ( startPos endPos startControlPos endControlPos thick color -- )


Vocabulary
raylib

Inputs
startPosa Vector2
endPosa Vector2
startControlPosa Vector2
endControlPosa Vector2
thicka float
colora Color


Outputs
None

Word description
Draw line using cubic bezier curves with 2 control points

Definition


LIBRARY: raylib FUNCTION-ALIAS: draw-line-bezier-cubic void
DrawLineBezierCubic
( Vector2 startPos, Vector2 endPos, Vector2 startControlPos,
Vector2 endControlPos, float thick, Color color )