MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.QuadricApprox Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, QuadricApprox arg0)
 
None addPoint (self, Vector3d point, float weight=1.0)
 

Detailed Description

Generated from:  MR::QuadricApprox

Accumulate points and make best quadric approximation
\\details \\f$ a*x^2 + b*x*y + c*y^2 + d*x + e*y + f = z \\f$
\\ingroup MathGroup

Constructor & Destructor Documentation

◆ __init__() [1/2]

None meshlib.mrmeshpy.QuadricApprox.__init__ ( self)

◆ __init__() [2/2]

None meshlib.mrmeshpy.QuadricApprox.__init__ ( self,
QuadricApprox arg0 )
Implicit copy constructor.

Member Function Documentation

◆ addPoint()

None meshlib.mrmeshpy.QuadricApprox.addPoint ( self,
Vector3d point,
float weight = 1.0 )
Adds point to accumulation with weight

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