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

quadratic form: f = x^T A x + c Generated from class MR.QuadraticForm3f. This is the const half of the class. More...

Inheritance diagram for MR.Const_QuadraticForm3f:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_QuadraticForm3f ()
 Constructs an empty (default-constructed) instance.
unsafe Const_QuadraticForm3f (MR.Const_SymMatrix3f A, float c)
 Constructs MR.QuadraticForm3f elementwise.
unsafe Const_QuadraticForm3f (MR.Const_QuadraticForm3f _other)
 Generated from constructor MR.QuadraticForm3f.QuadraticForm3f.
 Const_QuadraticForm3f (QuadraticForm3f _other)
 Generated from constructor MR.QuadraticForm3f.QuadraticForm3f.
unsafe float eval (in MR.Vector3f x)
 evaluates the function at given x Generated from method MR.QuadraticForm3f.eval.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_c

Properties

unsafe MR.Const_SymMatrix3f a [get, protected set]
unsafe float c [get]

Detailed Description

quadratic form: f = x^T A x + c Generated from class MR.QuadraticForm3f. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_QuadraticForm3f() [1/4]

unsafe MR.Const_QuadraticForm3f.Const_QuadraticForm3f ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_QuadraticForm3f() [2/4]

unsafe MR.Const_QuadraticForm3f.Const_QuadraticForm3f ( MR.Const_SymMatrix3f A,
float c )
inline

Constructs MR.QuadraticForm3f elementwise.

◆ Const_QuadraticForm3f() [3/4]

unsafe MR.Const_QuadraticForm3f.Const_QuadraticForm3f ( MR.Const_QuadraticForm3f _other)
inline

Generated from constructor MR.QuadraticForm3f.QuadraticForm3f.

◆ Const_QuadraticForm3f() [4/4]

MR.Const_QuadraticForm3f.Const_QuadraticForm3f ( QuadraticForm3f _other)
inline

Generated from constructor MR.QuadraticForm3f.QuadraticForm3f.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_QuadraticForm3f.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_QuadraticForm3f.Dispose ( bool disposing)
inlineprotectedvirtual

◆ eval()

unsafe float MR.Const_QuadraticForm3f.eval ( in MR.Vector3f x)
inline

evaluates the function at given x Generated from method MR.QuadraticForm3f.eval.

Member Data Documentation

◆ __ref_storage_c

unsafe float* MR.Const_QuadraticForm3f.__ref_storage_c
protected

Property Documentation

◆ a

unsafe MR.Const_SymMatrix3f MR.Const_QuadraticForm3f.a
getprotected set

◆ c

unsafe float MR.Const_QuadraticForm3f.c
get

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