Class to accumulate points and make best line / plane approximation Generated from class MR.PointAccumulator. This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | PointAccumulator () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | PointAccumulator (MR.Const_PointAccumulator _other) |
| Generated from constructor MR.PointAccumulator.PointAccumulator. | |
| PointAccumulator (PointAccumulator _other) | |
| Generated from constructor MR.PointAccumulator.PointAccumulator. | |
| unsafe MR.PointAccumulator | assign (MR.Const_PointAccumulator _other) |
| Generated from method MR::PointAccumulator::operator=. | |
| unsafe void | addPoint (in MR.Vector3d pt) |
| Generated from method MR.PointAccumulator.addPoint. | |
| unsafe void | addPoint (in MR.Vector3d pt, double weight) |
| Generated from method MR.PointAccumulator.addPoint. | |
| unsafe void | addPoint (in MR.Vector3f pt) |
| Generated from method MR.PointAccumulator.addPoint. | |
| unsafe void | addPoint (in MR.Vector3f pt, float weight) |
| Generated from method MR.PointAccumulator.addPoint. | |
Class to accumulate points and make best line / plane approximation Generated from class MR.PointAccumulator. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.PointAccumulator.PointAccumulator.
|
inline |
Generated from constructor MR.PointAccumulator.PointAccumulator.
|
inline |
Generated from method MR.PointAccumulator.addPoint.
|
inline |
Generated from method MR.PointAccumulator.addPoint.
|
inline |
Generated from method MR.PointAccumulator.addPoint.
|
inline |
Generated from method MR.PointAccumulator.addPoint.
|
inline |
Generated from method MR::PointAccumulator::operator=.