MeshLib C# Docs
Loading...
Searching...
No Matches

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.
 Const_Parabolaf (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)

Protected Attributes

unsafe float * __ref_storage_a
unsafe float * __ref_storage_b
unsafe float * __ref_storage_c

Properties

unsafe float a [get]
unsafe float b [get]
unsafe float c [get]

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.

Constructor & Destructor Documentation

◆ Const_Parabolaf() [1/4]

unsafe MR.Const_Parabolaf.Const_Parabolaf ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Parabolaf() [2/4]

unsafe MR.Const_Parabolaf.Const_Parabolaf ( MR.Const_Parabolaf _other)
inline

Generated from constructor MR.Parabolaf.Parabolaf.

◆ Const_Parabolaf() [3/4]

MR.Const_Parabolaf.Const_Parabolaf ( Parabolaf _other)
inline

Generated from constructor MR.Parabolaf.Parabolaf.

◆ Const_Parabolaf() [4/4]

unsafe MR.Const_Parabolaf.Const_Parabolaf ( float a,
float b,
float c )
inline

Generated from constructor MR.Parabolaf.Parabolaf.

Member Function Documentation

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

Member Data Documentation

◆ __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

Property Documentation

◆ a

unsafe float MR.Const_Parabolaf.a
get

◆ b

unsafe float MR.Const_Parabolaf.b
get

◆ c

unsafe float MR.Const_Parabolaf.c
get

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