MeshLib C# Docs
Loading...
Searching...
No Matches
MRIdentifyVertices.cs File Reference

Classes

class  MR
 
class  MR.MeshBuilder
 
class  MR.MeshBuilder.EqualVector3f
 this makes bit-wise comparison of two Vector3f's thus making two NaNs equal Generated from class MR.MeshBuilder.equalVector3f. This is the non-const half of the class. More...
 
class  MR.MeshBuilder.VertexIdentifier
 this class is responsible for giving a unique id to each vertex with distinct coordinates NOTE: the points are considered non-identical if they have the same values but have zero values with different signs (e.g. (0; 0; 1) and (-0; 0; 1)) use Vector3.unsignZeroValues method to get rid of signed zero values if you're unsure of their absence Generated from class MR.MeshBuilder.VertexIdentifier. This is the non-const half of the class. More...