Handbook
Glossary
draw-spline-bezier-cubic ( points pointCount thick color -- )
Vocabulary
raylib
Inputs
points
a
pointer
to a
Vector2
pointCount
an
int
thick
a
float
color
a
Color
Outputs
None
Word description
Draw spline: Cubic Bezier, minimum 4 points
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-spline-bezier-cubic
void DrawSplineBezierCubic
( Vector2* points,
int
pointCount,
float
thick,
Color
color
)