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 Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::PolynomialWrapper<float> Aliases: PolynomialWrapperf This is a unifying interface for a polynomial of some degree, known only in runtime
None mrmeshpy.PolynomialWrapper_float.__init__ | ( | self, | |
PolynomialWrapper_float | arg0 ) |
Implicit copy constructor.
float mrmeshpy.PolynomialWrapper_float.__call__ | ( | self, | |
float | x ) |
|
staticprotected |
PolynomialWrapper_float mrmeshpy.PolynomialWrapper_float.deriv | ( | self | ) |
float mrmeshpy.PolynomialWrapper_float.intervalMin | ( | self, | |
float | a, | ||
float | b ) |