Handbook
Glossary
get-spline-point-bezier-cubic ( p1 c2 c3 p4 t -- Vector2 )
Vocabulary
raylib
Inputs
p1
a
Vector2
c2
a
Vector2
c3
a
Vector2
p4
a
Vector2
t
a
float
Outputs
Vector2
a
Vector2
Word description
Get spline point: Cubic Bezier
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
get-spline-point-bezier-cubic
Vector2
GetSplinePointBezierCubic
(
Vector2
p1,
Vector2
c2,
Vector2
c3,
Vector2
p4,
float
t )