File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ def bezier(
9090 containing :math:`n` values to evaluate the Bézier curve at, returning instead
9191 an :math:`(n, 3)`-shaped :class:`~.Point3D_Array` containing the points
9292 resulting from evaluating the Bézier at each of the :math:`n` values.
93+
9394 .. warning::
9495 If passing a vector of :math:`t`-values to ``bezier_func``, it **must**
9596 be a column vector/matrix of shape :math:`(n, 1)`. Passing an 1D array of
@@ -106,6 +107,7 @@ def bezier(
106107 Bézier curve defined by ``points`` is evaluated at the corresponding :math:`i`-th
107108 value in ``t``, returning again an :math:`(M, 3)`-shaped :class:`~.Point3D_Array`
108109 containing those :math:`M` evaluations.
110+
109111 .. warning::
110112 Unlike the previous case, if you pass a :class:`~.ColVector` to ``bezier_func``,
111113 it **must** contain exactly :math:`M` values, each value for each of the :math:`M`
You can’t perform that action at this time.
0 commit comments