Public Member Functions | |
None | __init__ (self) |
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$ \\ingroup MathGroup
|
static |
None mrmeshpy.QuadricApprox.__init__ | ( | self | ) |
None mrmeshpy.QuadricApprox.addPoint | ( | self, | |
Vector3d | point, | ||
float | weight = 1.0 ) |
Adds point to accumulation with weight
|
static |
|
static |