Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, QuadricApprox arg0) |
None | addPoint (self, Vector3d point, float weight=1.0) |
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
None meshlib.mrmeshpy.QuadricApprox.__init__ | ( | self | ) |
None meshlib.mrmeshpy.QuadricApprox.__init__ | ( | self, | |
QuadricApprox | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.QuadricApprox.addPoint | ( | self, | |
Vector3d | point, | ||
float | weight = 1.0 ) |
Adds point to accumulation with weight