diff options
Diffstat (limited to 'eigen/unsupported/Eigen/src/Splines/SplineFwd.h')
-rw-r--r-- | eigen/unsupported/Eigen/src/Splines/SplineFwd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/eigen/unsupported/Eigen/src/Splines/SplineFwd.h b/eigen/unsupported/Eigen/src/Splines/SplineFwd.h index 9ea23a9..0a95fbf 100644 --- a/eigen/unsupported/Eigen/src/Splines/SplineFwd.h +++ b/eigen/unsupported/Eigen/src/Splines/SplineFwd.h @@ -48,6 +48,9 @@ namespace Eigen /** \brief The data type used to store knot vectors. */ typedef Array<Scalar,1,Dynamic> KnotVectorType; + + /** \brief The data type used to store parameter vectors. */ + typedef Array<Scalar,1,Dynamic> ParameterVectorType; /** \brief The data type representing the spline's control points. */ typedef Array<Scalar,Dimension,Dynamic> ControlPointVectorType; |