File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
"cell_type" : " markdown" ,
16
16
"metadata" : {},
17
17
"source" : [
18
- " # Properties of Bézier/Bernstein Splines"
18
+ " # Properties of Bézier Splines"
19
19
]
20
20
},
21
21
{
128
128
"name" : " python" ,
129
129
"nbconvert_exporter" : " python" ,
130
130
"pygments_lexer" : " ipython3" ,
131
- "version" : " 3.9.1"
131
+ "version" : " 3.9.1+ "
132
132
}
133
133
},
134
134
"nbformat" : 4 ,
Original file line number Diff line number Diff line change 15
15
"cell_type" : " markdown" ,
16
16
"metadata" : {},
17
17
"source" : [
18
- " # Bézier/Bernstein Splines"
18
+ " # Bézier Splines"
19
19
]
20
20
},
21
21
{
47
47
"name" : " python" ,
48
48
"nbconvert_exporter" : " python" ,
49
49
"pygments_lexer" : " ipython3" ,
50
- "version" : " 3.9.1"
50
+ "version" : " 3.9.1+ "
51
51
}
52
52
},
53
53
"nbformat" : 4 ,
Original file line number Diff line number Diff line change 28
28
" * [Lagrange Interpolation](lagrange.ipynb)\n " ,
29
29
" * [Hermite Splines](hermite.ipynb)\n " ,
30
30
" * [Natural Splines](natural.ipynb)\n " ,
31
- " * [Bézier/Bernstein Splines](bezier.ipynb)\n " ,
31
+ " * [Bézier Splines](bezier.ipynb)\n " ,
32
32
" * [Catmull--Rom Splines](catmull-rom.ipynb)\n " ,
33
33
" * [Kochanek--Bartels Splines](kochanek-bartels.ipynb)\n " ,
34
34
" * [End Conditions](end-conditions.ipynb)\n " ,
You can’t perform that action at this time.
0 commit comments