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

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

+ Inheritance diagram for MR.QuadricApprox:

Public Member Functions

unsafe QuadricApprox ()
 Constructs an empty (default-constructed) instance.
 
unsafe QuadricApprox (MR.Const_QuadricApprox _other)
 Generated from constructor MR.QuadricApprox.QuadricApprox.
 
 QuadricApprox (QuadricApprox _other)
 Generated from constructor MR.QuadricApprox.QuadricApprox.
 
unsafe MR.QuadricApprox assign (MR.Const_QuadricApprox _other)
 Generated from method MR.QuadricApprox.operator=.
 
unsafe void addPoint (in MR.Vector3d point, double? weight=null)
 Adds point to accumulation with weight Generated from method MR.QuadricApprox.addPoint. Parameter weight defaults to 1.0.
 

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 non-const half of the class.

Constructor & Destructor Documentation

◆ QuadricApprox() [1/3]

unsafe MR.QuadricApprox.QuadricApprox ( )
inline

Constructs an empty (default-constructed) instance.

◆ QuadricApprox() [2/3]

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

Generated from constructor MR.QuadricApprox.QuadricApprox.

◆ QuadricApprox() [3/3]

MR.QuadricApprox.QuadricApprox ( QuadricApprox _other)
inline

Generated from constructor MR.QuadricApprox.QuadricApprox.

Member Function Documentation

◆ addPoint()

unsafe void MR.QuadricApprox.addPoint ( in MR.Vector3d point,
double? weight = null )
inline

Adds point to accumulation with weight Generated from method MR.QuadricApprox.addPoint. Parameter weight defaults to 1.0.

◆ assign()

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

Generated from method MR.QuadricApprox.operator=.


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