mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Fix missing word in Beziers, curves and paths (#5654)
This commit is contained in:
committed by
Hugo Locurcio
parent
43ed15b371
commit
8d1ed39cb7
@@ -56,7 +56,7 @@ along a curve.
|
||||
Vector2 r = q0.LinearInterpolate(q1, t);
|
||||
return r;
|
||||
|
||||
This type of is called a *Quadratic Bezier* curve.
|
||||
This type of curve is called a *Quadratic Bezier* curve.
|
||||
|
||||
.. image:: img/bezier_quadratic_points2.gif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user