draw-spline-segment-basis ( p1 p2 p3 p4 thick color -- )


Vocabulary
raylib

Inputs
p1a Vector2
p2a Vector2
p3a Vector2
p4a Vector2
thicka float
colora Color


Outputs
None

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

Definition