Handbook
Glossary
draw-spline-segment-bezier-cubic ( p1 c2 c3 p4 thick color -- )
Vocabulary
raylib
Inputs
p1
a
Vector2
c2
a
Vector2
c3
a
Vector2
p4
a
Vector2
thick
a
float
color
a
Color
Outputs
None
Word description
Draw spline segment: Cubic Bezier, 2 points, 2 control points
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-spline-segment-bezier-cubic
void
DrawSplineSegmentBezierCubic
(
Vector2
p1,
Vector2
c2,
Vector2
c3,
Vector2
p4,
float
thick,
Color
color )