Handbook
Glossary
draw-spline-basis ( 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: B-Spline, minimum 4 points
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-spline-basis
void
DrawSplineBasis
( Vector2* points,
int
pointCount,
float
thick,
Color
color
)