Represents quadratic function f(x) = a*x*x + b*x + c Generated from class MR.Parabolaf. This is the non-const half of the class.
More...
|
| unsafe | Parabolaf () |
| | Constructs an empty (default-constructed) instance.
|
| |
| unsafe | Parabolaf (MR.Const_Parabolaf _other) |
| | Generated from constructor MR.Parabolaf.Parabolaf.
|
| |
| | Parabolaf (Parabolaf _other) |
| | Generated from constructor MR.Parabolaf.Parabolaf.
|
| |
| unsafe | Parabolaf (float a, float b, float c) |
| | Generated from constructor MR.Parabolaf.Parabolaf.
|
| |
| unsafe MR.Parabolaf | assign (MR.Const_Parabolaf _other) |
| | Generated from method MR.Parabolaf.operator=.
|
| |
|
| new unsafe ref float | a [get] |
| |
| new unsafe ref float | b [get] |
| |
| new unsafe ref float | c [get] |
| |
Represents quadratic function f(x) = a*x*x + b*x + c Generated from class MR.Parabolaf. This is the non-const half of the class.
◆ Parabolaf() [1/4]
| unsafe MR.Parabolaf.Parabolaf |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Parabolaf() [2/4]
| unsafe MR.Parabolaf.Parabolaf |
( |
MR.Const_Parabolaf | _other | ) |
|
|
inline |
Generated from constructor MR.Parabolaf.Parabolaf.
◆ Parabolaf() [3/4]
Generated from constructor MR.Parabolaf.Parabolaf.
◆ Parabolaf() [4/4]
| unsafe MR.Parabolaf.Parabolaf |
( |
float | a, |
|
|
float | b, |
|
|
float | c ) |
|
inline |
Generated from constructor MR.Parabolaf.Parabolaf.
◆ assign()
| unsafe MR.Parabolaf MR.Parabolaf.assign |
( |
MR.Const_Parabolaf | _other | ) |
|
|
inline |
Generated from method MR.Parabolaf.operator=.
| new unsafe ref float MR.Parabolaf.a |
|
get |
| new unsafe ref float MR.Parabolaf.b |
|
get |
| new unsafe ref float MR.Parabolaf.c |
|
get |
The documentation for this class was generated from the following file: