draw-spline-segment-catmull-rom ( 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: Catmull-Rom, 4 points

Definition