1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-28 18:49:57 +02:00

finally fixed the sub/sup thing

This commit is contained in:
Pomax
2018-11-16 14:33:29 -08:00
parent 92f290f3cf
commit 9eb0692e1c
10 changed files with 21 additions and 11 deletions

View File

@@ -162,7 +162,7 @@ function Bezier(3,t):
return mt3 + 3*mt2*t + 3*mt*t2 + t3
```
And now we know how to program the basis function. Exellent.
And now we know how to program the basis function. Excellent.
</div>