MeshLib C# Docs
Loading...
Searching...
No Matches
MR.PointAccumulator Class Reference

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...

+ Inheritance diagram for MR.PointAccumulator:

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.
 

Detailed Description

Class to accumulate points and make best line / plane approximation Generated from class MR.PointAccumulator. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ 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]

MR.PointAccumulator.PointAccumulator ( PointAccumulator _other)
inline

Generated from constructor MR.PointAccumulator.PointAccumulator.

Member Function Documentation

◆ addPoint() [1/4]

unsafe void MR.PointAccumulator.addPoint ( in MR.Vector3d pt)
inline

Generated from method MR.PointAccumulator.addPoint.

◆ addPoint() [2/4]

unsafe void MR.PointAccumulator.addPoint ( in MR.Vector3d pt,
double weight )
inline

Generated from method MR.PointAccumulator.addPoint.

◆ addPoint() [3/4]

unsafe void MR.PointAccumulator.addPoint ( in MR.Vector3f pt)
inline

Generated from method MR.PointAccumulator.addPoint.

◆ addPoint() [4/4]

unsafe void MR.PointAccumulator.addPoint ( in MR.Vector3f pt,
float weight )
inline

Generated from method MR.PointAccumulator.addPoint.

◆ assign()

unsafe MR.PointAccumulator MR.PointAccumulator.assign ( MR.Const_PointAccumulator _other)
inline

Generated from method MR.PointAccumulator.operator=.


The documentation for this class was generated from the following file: