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

Accumulate points and make best quadric approximation. More...

Inheritance diagram for MR.Const_QuadricApprox:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_QuadricApprox ()
 Constructs an empty (default-constructed) instance.
unsafe Const_QuadricApprox (MR.Const_QuadricApprox _other)
 Generated from constructor MR.QuadricApprox.QuadricApprox.
 Const_QuadricApprox (QuadricApprox _other)
 Generated from constructor MR.QuadricApprox.QuadricApprox.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Detailed Description

Accumulate points and make best quadric approximation.

\( a*x^2 + b*x*y + c*y^2 + d*x + e*y + f = z \) Generated from class MR.QuadricApprox. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_QuadricApprox() [1/3]

unsafe MR.Const_QuadricApprox.Const_QuadricApprox ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_QuadricApprox() [2/3]

unsafe MR.Const_QuadricApprox.Const_QuadricApprox ( MR.Const_QuadricApprox _other)
inline

Generated from constructor MR.QuadricApprox.QuadricApprox.

◆ Const_QuadricApprox() [3/3]

MR.Const_QuadricApprox.Const_QuadricApprox ( QuadricApprox _other)
inline

Generated from constructor MR.QuadricApprox.QuadricApprox.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_QuadricApprox.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

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