PolynomialValues<T, 1> specializes the PolynomialValues class for degree 1 (linear polynomials)
More...
#include <SurgSim/Math/PolynomialValues.h>
template<class T>
class SurgSim::Math::PolynomialValues< T, 1 >
PolynomialValues<T, 1> specializes the PolynomialValues class for degree 1 (linear polynomials)
- See also
- PolynomialValues<T, N>
◆ PolynomialValues()
Constructor.
Initialize based on the polynomial p
- Parameters
-
p | polynomial on which the value calculations are based |
◆ getPolynomial()
- Returns
- the polynomial basis of this calculation
◆ valuesOverInterval()
- Parameters
-
interval | an interval on the independent variable over which the values are to be calculated |
- Returns
- the minimum and maximum polynomial values over interval
◆ m_polynomial
The polynomial under consideration.
The documentation for this class was generated from the following files: