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

Generated from class MR.PointAndDistance. This is the non-const half of the class. More...

+ Inheritance diagram for MR.PointAndDistance:

Public Member Functions

unsafe PointAndDistance ()
 Constructs an empty (default-constructed) instance.
 
unsafe PointAndDistance (MR.VertId vId, float dist)
 Constructs MR.PointAndDistance elementwise.
 
unsafe PointAndDistance (MR.Const_PointAndDistance _other)
 Generated from constructor MR.PointAndDistance.PointAndDistance.
 
 PointAndDistance (PointAndDistance _other)
 Generated from constructor MR.PointAndDistance.PointAndDistance.
 
unsafe MR.PointAndDistance assign (MR.Const_PointAndDistance _other)
 Generated from method MR.PointAndDistance.operator=.
 

Properties

new unsafe ref MR.VertId vId [get]
 a cloud's point
 
new unsafe ref float dist [get]
 the distance from input location to point vId considering point's weight
 

Detailed Description

Generated from class MR.PointAndDistance. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ PointAndDistance() [1/4]

unsafe MR.PointAndDistance.PointAndDistance ( )
inline

Constructs an empty (default-constructed) instance.

◆ PointAndDistance() [2/4]

unsafe MR.PointAndDistance.PointAndDistance ( MR.VertId vId,
float dist )
inline

Constructs MR.PointAndDistance elementwise.

◆ PointAndDistance() [3/4]

unsafe MR.PointAndDistance.PointAndDistance ( MR.Const_PointAndDistance _other)
inline

Generated from constructor MR.PointAndDistance.PointAndDistance.

◆ PointAndDistance() [4/4]

MR.PointAndDistance.PointAndDistance ( PointAndDistance _other)
inline

Generated from constructor MR.PointAndDistance.PointAndDistance.

Member Function Documentation

◆ assign()

unsafe MR.PointAndDistance MR.PointAndDistance.assign ( MR.Const_PointAndDistance _other)
inline

Generated from method MR.PointAndDistance.operator=.

Property Documentation

◆ dist

new unsafe ref float MR.PointAndDistance.dist
get

the distance from input location to point vId considering point's weight

◆ vId

new unsafe ref MR.VertId MR.PointAndDistance.vId
get

a cloud's point


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