mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fixed a code comment error
This commit is contained in:
@@ -94,7 +94,7 @@ namespace Eigen
|
||||
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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user