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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user