Public Member Functions | |
| float | __call__ (self, float x) |
| None | __init__ (self) |
| None | __init__ (self, float a, float b, float c) |
| None | __init__ (self, Parabolad arg0) |
| float | extremArg (self) |
| float | extremVal (self) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| Parabolad | operator (*args, **kwargs) |
| Parabolad | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_a = 0 |
| typing | _offsetof_b = 8 |
| typing | _offsetof_c = 16 |
Generated from: MR::Parabolad Represents quadratic function f(x) = a*x*x + b*x + c
|
static |
| None mrmeshpy.Parabolad.__init__ | ( | self | ) |
| None mrmeshpy.Parabolad.__init__ | ( | self, | |
| float | a, | ||
| float | b, | ||
| float | c ) |
| None mrmeshpy.Parabolad.__init__ | ( | self, | |
| Parabolad | arg0 ) |
Implicit copy constructor.
| float mrmeshpy.Parabolad.__call__ | ( | self, | |
| float | x ) |
compute value of quadratic function at any x
| float mrmeshpy.Parabolad.extremArg | ( | self | ) |
argument (x) where parabola reaches extremal value: minimum for a > 0, maximum for a < 0
| float mrmeshpy.Parabolad.extremVal | ( | self | ) |
value (y) where parabola reaches extremal value: minimum for a > 0, maximum for a < 0
|
static |
|
static |
|
staticprotected |
|
staticprotected |
|
staticprotected |