mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-16 13:45:58 +08:00
Spline.h: fix spelling "spang" -> "span"
(grafted from 953ca5ba2f007650944017bff423582afeaf0696 )
This commit is contained in:
parent
2aa9eb3ce8
commit
637302a4c2
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user