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...
Class to accumulate points and make best line / plane approximation Generated from class MR.PointAccumulator. This is the non-const half of the class.
◆ PointAccumulator() [1/3]
| unsafe MR.PointAccumulator.PointAccumulator |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ PointAccumulator() [2/3]
| unsafe MR.PointAccumulator.PointAccumulator |
( |
MR.Const_PointAccumulator | _other | ) |
|
|
inline |
Generated from constructor MR.PointAccumulator.PointAccumulator.
◆ PointAccumulator() [3/3]
Generated from constructor MR.PointAccumulator.PointAccumulator.
◆ addPoint() [1/4]
| unsafe void MR.PointAccumulator.addPoint |
( |
in MR.Vector3d | pt | ) |
|
|
inline |
◆ addPoint() [2/4]
| unsafe void MR.PointAccumulator.addPoint |
( |
in MR.Vector3d | pt, |
|
|
double | weight ) |
|
inline |
◆ addPoint() [3/4]
| unsafe void MR.PointAccumulator.addPoint |
( |
in MR.Vector3f | pt | ) |
|
|
inline |
◆ addPoint() [4/4]
| unsafe void MR.PointAccumulator.addPoint |
( |
in MR.Vector3f | pt, |
|
|
float | weight ) |
|
inline |
◆ assign()
Generated from method MR.PointAccumulator.operator=.
The documentation for this class was generated from the following file: