mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
Fixed a code comment error
This commit is contained in:
parent
b64b9d0172
commit
7b4abc2b1d
@ -94,7 +94,7 @@ namespace Eigen
|
|||||||
const KnotVectorType& knots() const { return m_knots; }
|
const KnotVectorType& knots() const { return m_knots; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Returns the knots of the underlying spline.
|
* \brief Returns the ctrls of the underlying spline.
|
||||||
**/
|
**/
|
||||||
const ControlPointVectorType& ctrls() const { return m_ctrls; }
|
const ControlPointVectorType& ctrls() const { return m_ctrls; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user