draw-spline-basis ( points pointCount thick color -- )


Vocabulary
raylib

Inputs
pointsa pointer to a Vector2
pointCountan int
thicka float
colora Color


Outputs
None

Word description
Draw spline: B-Spline, minimum 4 points

Definition


LIBRARY: raylib FUNCTION-ALIAS: draw-spline-basis void
DrawSplineBasis
( Vector2* points, int pointCount, float thick, Color color
)