Handbook
Glossary
draw-spline-bezier-quadratic ( 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: Quadratic Bezier, minimum 3 points
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-spline-bezier-quadratic
void DrawSplineBezierQuadratic
( Vector2* points,
int
pointCount,
float
thick,
Color
color
)