MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_Parabolaf Class Reference

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...

+ Inheritance diagram for MR.Const_Parabolaf:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_Parabolaf ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_Parabolaf (MR.Const_Parabolaf _other)
 Generated from constructor MR.Parabolaf.Parabolaf.
 
unsafe Const_Parabolaf (float a, float b, float c)
 Generated from constructor MR.Parabolaf.Parabolaf.
 
unsafe float call (float x)
 compute value of quadratic function at any x Generated from method MR.Parabolaf.operator().
 
unsafe float extremArg ()
 argument (x) where parabola reaches extremal value: minimum for a > 0, maximum for a < 0 Generated from method MR.Parabolaf.extremArg.
 
unsafe float extremVal ()
 value (y) where parabola reaches extremal value: minimum for a > 0, maximum for a < 0 Generated from method MR.Parabolaf.extremVal.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe float a [get]
 
unsafe float b [get]
 
unsafe float c [get]
 
- Properties inherited from MR.Misc.Object< Const_Parabolaf >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_Parabolaf >
bool _IsOwningVal
 

Detailed Description

Represents quadratic function f(x) = a*x*x + b*x + c Generated from class MR.Parabolaf. This is the const half of the class.


The documentation for this class was generated from the following file: