Krotos Modules 3
Loading...
Searching...
No Matches
krotos::ShapePreservingCubicInterpolator Member List

This is the complete list of members for krotos::ShapePreservingCubicInterpolator, including all inherited members.

interpolate(const std::vector< float > &xPositions, const std::vector< float > &yPositions, float x)krotos::ShapePreservingCubicInterpolatorstatic
interpolate2D(const std::vector< float > &xValues, const std::vector< std::vector< float > > &yValues, const std::vector< float > &vals)krotos::ShapePreservingCubicInterpolatorstatic
interpolate2DEigen(const Eigen::VectorXf &xValues, const Eigen::MatrixXf yValues, const Eigen::VectorXf &vals)krotos::ShapePreservingCubicInterpolatorstatic
interpolateEigen(const Eigen::VectorXf &xPositions, const Eigen::VectorXf &yPositions, float x)krotos::ShapePreservingCubicInterpolatorstatic
interpolateVector(const std::vector< float > &xPositions, const std::vector< float > &yPositions, const std::vector< float > &xValues)krotos::ShapePreservingCubicInterpolatorstatic
interpolateVectorEigen(const Eigen::VectorXf &xPositions, const Eigen::VectorXf &yPositions, const Eigen::VectorXf &xValues)krotos::ShapePreservingCubicInterpolatorstatic