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