Accumulate points and make best quadric approximation. More...
Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_QuadricApprox () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_QuadricApprox (MR.Const_QuadricApprox _other) |
| Generated from constructor MR.QuadricApprox.QuadricApprox. | |
| Const_QuadricApprox (QuadricApprox _other) | |
| Generated from constructor MR.QuadricApprox.QuadricApprox. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
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 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.
|
inlinevirtual |
|
inlineprotectedvirtual |