Accumulate points and make best quadric approximation. More...
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. | |
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.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.QuadricApprox.QuadricApprox.
|
inline |
Generated from constructor MR.QuadricApprox.QuadricApprox.
|
inline |
Adds point to accumulation with weight Generated from method MR.QuadricApprox.addPoint. Parameter weight defaults to 1.0.
|
inline |
Generated from method MR::QuadricApprox::operator=.