Skip to content

Commit 450bbe8

Browse files
committed
Use "Bézier" instead of "Bézier/Bernstein"
1 parent b38e658 commit 450bbe8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/euclidean/bezier-properties.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cell_type": "markdown",
1616
"metadata": {},
1717
"source": [
18-
"# Properties of Bézier/Bernstein Splines"
18+
"# Properties of Bézier Splines"
1919
]
2020
},
2121
{
@@ -128,7 +128,7 @@
128128
"name": "python",
129129
"nbconvert_exporter": "python",
130130
"pygments_lexer": "ipython3",
131-
"version": "3.9.1"
131+
"version": "3.9.1+"
132132
}
133133
},
134134
"nbformat": 4,

doc/euclidean/bezier.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cell_type": "markdown",
1616
"metadata": {},
1717
"source": [
18-
"# Bézier/Bernstein Splines"
18+
"# Bézier Splines"
1919
]
2020
},
2121
{
@@ -47,7 +47,7 @@
4747
"name": "python",
4848
"nbconvert_exporter": "python",
4949
"pygments_lexer": "ipython3",
50-
"version": "3.9.1"
50+
"version": "3.9.1+"
5151
}
5252
},
5353
"nbformat": 4,

doc/euclidean/index.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"* [Lagrange Interpolation](lagrange.ipynb)\n",
2929
"* [Hermite Splines](hermite.ipynb)\n",
3030
"* [Natural Splines](natural.ipynb)\n",
31-
"* [Bézier/Bernstein Splines](bezier.ipynb)\n",
31+
"* [Bézier Splines](bezier.ipynb)\n",
3232
"* [Catmull--Rom Splines](catmull-rom.ipynb)\n",
3333
"* [Kochanek--Bartels Splines](kochanek-bartels.ipynb)\n",
3434
"* [End Conditions](end-conditions.ipynb)\n",

0 commit comments

Comments
 (0)