Public Member Functions | |
| float | __call__ (self, float x) |
| None | __init__ (self, PolynomialWrapper_float arg0) |
| PolynomialWrapper_float | deriv (self) |
| float | intervalMin (self, float a, float b) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| PolynomialWrapper_float | operator (*args, **kwargs) |
| PolynomialWrapper_float | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_poly = 0 |
Generated from: MR::PolynomialWrapper<float> Aliases: PolynomialWrapperf This is a unifying interface for a polynomial of some degree, known only in runtime
|
static |
| None mrmeshpy.PolynomialWrapper_float.__init__ | ( | self, | |
| PolynomialWrapper_float | arg0 ) |
Implicit copy constructor.
| float mrmeshpy.PolynomialWrapper_float.__call__ | ( | self, | |
| float | x ) |
| PolynomialWrapper_float mrmeshpy.PolynomialWrapper_float.deriv | ( | self | ) |
| float mrmeshpy.PolynomialWrapper_float.intervalMin | ( | self, | |
| float | a, | ||
| float | b ) |
|
static |
|
static |
|
staticprotected |