Represents quadratic function f(x) = a*x*x + b*x + c Generated from class MR.Parabolaf. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| unsafe float | a [get] |
| unsafe float | b [get] |
| unsafe float | c [get] |
Represents quadratic function f(x) = a*x*x + b*x + c Generated from class MR.Parabolaf. This is the const half of the class.
◆ Const_Parabolaf() [1/4]
| unsafe MR.Const_Parabolaf.Const_Parabolaf |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_Parabolaf() [2/4]
◆ Const_Parabolaf() [3/4]
| MR.Const_Parabolaf.Const_Parabolaf |
( |
Parabolaf | _other | ) |
|
|
inline |
◆ Const_Parabolaf() [4/4]
| unsafe MR.Const_Parabolaf.Const_Parabolaf |
( |
float | a, |
|
|
float | b, |
|
|
float | c ) |
|
inline |
◆ call()
| unsafe float MR.Const_Parabolaf.call |
( |
float | x | ) |
|
|
inline |
compute value of quadratic function at any x Generated from method MR::Parabolaf::operator().
◆ Dispose() [1/2]
| virtual void MR.Const_Parabolaf.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_Parabolaf.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ extremArg()
| unsafe float MR.Const_Parabolaf.extremArg |
( |
| ) |
|
|
inline |
argument (x) where parabola reaches extremal value: minimum for a > 0, maximum for a < 0 Generated from method MR.Parabolaf.extremArg.
◆ extremVal()
| unsafe float MR.Const_Parabolaf.extremVal |
( |
| ) |
|
|
inline |
value (y) where parabola reaches extremal value: minimum for a > 0, maximum for a < 0 Generated from method MR.Parabolaf.extremVal.
◆ __ref_storage_a
| unsafe float* MR.Const_Parabolaf.__ref_storage_a |
|
protected |
◆ __ref_storage_b
| unsafe float* MR.Const_Parabolaf.__ref_storage_b |
|
protected |
◆ __ref_storage_c
| unsafe float* MR.Const_Parabolaf.__ref_storage_c |
|
protected |
| unsafe float MR.Const_Parabolaf.a |
|
get |
| unsafe float MR.Const_Parabolaf.b |
|
get |
| unsafe float MR.Const_Parabolaf.c |
|
get |
The documentation for this class was generated from the following file: