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

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

+ Inheritance diagram for MR.VertDistance:

Public Member Functions

unsafe VertDistance ()
 Constructs an empty (default-constructed) instance.
 
unsafe VertDistance (MR.Const_VertDistance _other)
 Generated from constructor MR.VertDistance.VertDistance.
 
 VertDistance (VertDistance _other)
 Generated from constructor MR.VertDistance.VertDistance.
 
unsafe VertDistance (MR.VertId v, float d)
 Generated from constructor MR.VertDistance.VertDistance.
 
unsafe MR.VertDistance assign (MR.Const_VertDistance _other)
 Generated from method MR.VertDistance.operator=.
 

Properties

new unsafe ref MR.VertId vert [get]
 vertex in question
 
new unsafe ref float distance [get]
 best known distance to reach this vertex
 

Detailed Description

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

Constructor & Destructor Documentation

◆ VertDistance() [1/4]

unsafe MR.VertDistance.VertDistance ( )
inline

Constructs an empty (default-constructed) instance.

◆ VertDistance() [2/4]

unsafe MR.VertDistance.VertDistance ( MR.Const_VertDistance _other)
inline

Generated from constructor MR.VertDistance.VertDistance.

◆ VertDistance() [3/4]

MR.VertDistance.VertDistance ( VertDistance _other)
inline

Generated from constructor MR.VertDistance.VertDistance.

◆ VertDistance() [4/4]

unsafe MR.VertDistance.VertDistance ( MR.VertId v,
float d )
inline

Generated from constructor MR.VertDistance.VertDistance.

Member Function Documentation

◆ assign()

unsafe MR.VertDistance MR.VertDistance.assign ( MR.Const_VertDistance _other)
inline

Generated from method MR.VertDistance.operator=.

Property Documentation

◆ distance

new unsafe ref float MR.VertDistance.distance
get

best known distance to reach this vertex

◆ vert

new unsafe ref MR.VertId MR.VertDistance.vert
get

vertex in question


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