|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| Polynomial::DirectFunction MayaFlux::Nodes::Generator::Polynomial::create_polynomial_function | ( | const std::vector< double > & | coefficients | ) |
Creates a polynomial function from coefficients.
| coefficients | Vector of polynomial coefficients (highest power first) |
Generates a function that evaluates the polynomial defined by the specified coefficients. The cofficients are ordered from highest power to lowest.
Definition at line 199 of file Polynomial.cpp.