Class to accumulate planes to find then their crossing point Generated from class MR.PlaneAccumulator. This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | PlaneAccumulator () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | PlaneAccumulator (MR.Const_PlaneAccumulator _other) |
| Generated from constructor MR.PlaneAccumulator.PlaneAccumulator. | |
| PlaneAccumulator (PlaneAccumulator _other) | |
| Generated from constructor MR.PlaneAccumulator.PlaneAccumulator. | |
| unsafe MR.PlaneAccumulator | assign (MR.Const_PlaneAccumulator _other) |
| Generated from method MR::PlaneAccumulator::operator=. | |
| unsafe void | addPlane (MR.Const_Plane3d pl) |
| Generated from method MR.PlaneAccumulator.addPlane. | |
| unsafe void | addPlane (MR.Const_Plane3f pl) |
| Generated from method MR.PlaneAccumulator.addPlane. | |
| Public Member Functions inherited from MR.Const_PlaneAccumulator | |
| virtual void | Dispose () |
| unsafe | Const_PlaneAccumulator () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_PlaneAccumulator (MR.Const_PlaneAccumulator _other) |
| Generated from constructor MR.PlaneAccumulator.PlaneAccumulator. | |
| Const_PlaneAccumulator (PlaneAccumulator _other) | |
| Generated from constructor MR.PlaneAccumulator.PlaneAccumulator. | |
| unsafe MR.Vector3d | findBestCrossPoint (in MR.Vector3d p0, double tol, MR.Misc.InOut< int >? rank=null, MR.Misc.InOut< MR.Vector3d >? space=null) |
| computes the point that minimizes the sum of squared distances to accumulated planes; if such point is not unique then returns the one closest to p0 | |
| unsafe MR.Vector3f | findBestCrossPoint (in MR.Vector3f p0, float tol, MR.Misc.InOut< int >? rank=null, MR.Misc.InOut< MR.Vector3f >? space=null) |
| Generated from method MR.PlaneAccumulator.findBestCrossPoint. | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_PlaneAccumulator | |
| virtual unsafe void | Dispose (bool disposing) |
Class to accumulate planes to find then their crossing point Generated from class MR.PlaneAccumulator. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.PlaneAccumulator.PlaneAccumulator.
|
inline |
Generated from constructor MR.PlaneAccumulator.PlaneAccumulator.
|
inline |
Generated from method MR.PlaneAccumulator.addPlane.
|
inline |
Generated from method MR.PlaneAccumulator.addPlane.
|
inline |
Generated from method MR::PlaneAccumulator::operator=.