|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
|
explicit |
Constructs a Polynomial generator in direct mode with coefficient-based definition.
| coefficients | Vector of polynomial coefficients (highest power first) |
Creates a polynomial generator that evaluates a standard polynomial function defined by the provided coefficients. The coefficients are ordered from highest power to lowest (e.g., [2, 3, 1] represents 2x² + 3x + 1).
Definition at line 5 of file Polynomial.cpp.