mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 09:25:38 +00:00
draw: Fix spelling of Bezier
Sometimes it was "bezier", sometimes "beziér". Capitalize and put accent on first e. https://en.wikipedia.org/wiki/Bézier_curve Signed-off-by: Larry Clapp <larry@theclapp.org>
This commit is contained in:
@@ -431,7 +431,7 @@ void main() {
|
||||
vec2 extent = clamp(vec2(vFrom.x, vTo.x), -0.5, 0.5);
|
||||
// Find the t where the curve crosses the middle of the
|
||||
// extent, x₀.
|
||||
// Given the bezier curve with x coordinates P₀, P₁, P₂
|
||||
// Given the Bézier curve with x coordinates P₀, P₁, P₂
|
||||
// where P₀ is at the origin, its x coordinate in t
|
||||
// is given by:
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user