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

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

Inheritance diagram for MR.Parabolad:

Public Member Functions

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

Properties

new unsafe ref double a [get]
new unsafe ref double b [get]
new unsafe ref double c [get]
Properties inherited from MR.Const_Parabolad
unsafe double a [get]
unsafe double b [get]
unsafe double c [get]

Additional Inherited Members

Protected Member Functions inherited from MR.Const_Parabolad
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_Parabolad
unsafe double * __ref_storage_a
unsafe double * __ref_storage_b
unsafe double * __ref_storage_c

Detailed Description

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

Constructor & Destructor Documentation

◆ Parabolad() [1/4]

unsafe MR.Parabolad.Parabolad ( )
inline

Constructs an empty (default-constructed) instance.

◆ Parabolad() [2/4]

unsafe MR.Parabolad.Parabolad ( MR.Const_Parabolad _other)
inline

Generated from constructor MR.Parabolad.Parabolad.

◆ Parabolad() [3/4]

MR.Parabolad.Parabolad ( Parabolad _other)
inline

Generated from constructor MR.Parabolad.Parabolad.

◆ Parabolad() [4/4]

unsafe MR.Parabolad.Parabolad ( double a,
double b,
double c )
inline

Generated from constructor MR.Parabolad.Parabolad.

Member Function Documentation

◆ assign()

unsafe MR.Parabolad MR.Parabolad.assign ( MR.Const_Parabolad _other)
inline

Generated from method MR::Parabolad::operator=.

Property Documentation

◆ a

new unsafe ref double MR.Parabolad.a
get

◆ b

new unsafe ref double MR.Parabolad.b
get

◆ c

new unsafe ref double MR.Parabolad.c
get

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