mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Spline.h: fix spelling "spang" -> "span"
This commit is contained in:
@@ -191,7 +191,7 @@ namespace Eigen
|
||||
DenseIndex span(Scalar u) const;
|
||||
|
||||
/**
|
||||
* \brief Computes the spang within the provided knot vector in which u is falling.
|
||||
* \brief Computes the span within the provided knot vector in which u is falling.
|
||||
**/
|
||||
static DenseIndex Span(typename SplineTraits<Spline>::Scalar u, DenseIndex degree, const typename SplineTraits<Spline>::KnotVectorType& knots);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user