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