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


Vocabulary
raylib

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


Outputs
None

Word description
Draw spline: Linear, minimum 2 points

Definition


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