Public Member Functions | |
float | __call__ (self, float x) |
None | __init__ (self) |
None | __init__ (self, float a, float b, float c) |
None | __init__ (self, Parabolaf arg0) |
float | extremArg (self) |
float | extremVal (self) |
Generated from: MR::Parabolaf Aliases: Parabola_float Represents quadratic function f(x) = a*x*x + b*x + c
None meshlib.mrmeshpy.Parabolaf.__init__ | ( | self | ) |
None meshlib.mrmeshpy.Parabolaf.__init__ | ( | self, | |
float | a, | ||
float | b, | ||
float | c ) |
None meshlib.mrmeshpy.Parabolaf.__init__ | ( | self, | |
Parabolaf | arg0 ) |
Implicit copy constructor.
float meshlib.mrmeshpy.Parabolaf.__call__ | ( | self, | |
float | x ) |
compute value of quadratic function at any x
float meshlib.mrmeshpy.Parabolaf.extremArg | ( | self | ) |
argument (x) where parabola reaches extremal value: minimum for a > 0, maximum for a < 0
float meshlib.mrmeshpy.Parabolaf.extremVal | ( | self | ) |
value (y) where parabola reaches extremal value: minimum for a > 0, maximum for a < 0