get-spline-point-bezier-cubic ( p1 c2 c3 p4 t -- Vector2 )


Vocabulary
raylib

Inputs
p1a Vector2
c2a Vector2
c3a Vector2
p4a Vector2
ta float


Outputs
Vector2a Vector2


Word description
Get spline point: Cubic Bezier

Definition