Remove extra word
This commit is contained in:
parent
cad5a28a21
commit
1c2dd6a282
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ Here are some examples:
|
||||||
## De Casteljau's algorithm
|
## De Casteljau's algorithm
|
||||||
|
|
||||||
There's a mathematical formula for Bezier curves, but let's cover it a bit later, because
|
There's a mathematical formula for Bezier curves, but let's cover it a bit later, because
|
||||||
[De Casteljau's algorithm](https://en.wikipedia.org/wiki/De_Casteljau%27s_algorithm) it is identical to the mathematical definition and visually shows how it is constructed.
|
[De Casteljau's algorithm](https://en.wikipedia.org/wiki/De_Casteljau%27s_algorithm) is identical to the mathematical definition and visually shows how it is constructed.
|
||||||
|
|
||||||
First let's see the 3-points example.
|
First let's see the 3-points example.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue