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

Classes

class  MR
class  MR.MeshBuilder
class  MR.MeshBuilder.Const_VertDuplication
 Generated from class MR.MeshBuilder.VertDuplication. This is the const half of the class. More...
class  MR.MeshBuilder.VertDuplication
 Generated from class MR.MeshBuilder.VertDuplication. This is the non-const half of the class. More...
class  MR.MeshBuilder.Const_VertInfo
 classification of the triangles around one vertex, packed in 32 bits; it stores 1-bit flag (hasRepeatedVerts) and either 31-bit numRepeatedVerts (if the flag is on), or 16-bit numOpenChains and 15-bit numClosedChains (if the flag is off) Generated from class MR.MeshBuilder.VertInfo. This is the const half of the class. More...
class  MR.MeshBuilder.VertInfo
 classification of the triangles around one vertex, packed in 32 bits; it stores 1-bit flag (hasRepeatedVerts) and either 31-bit numRepeatedVerts (if the flag is on), or 16-bit numOpenChains and 15-bit numClosedChains (if the flag is off) Generated from class MR.MeshBuilder.VertInfo. This is the non-const half of the class. More...
class  MR.MeshBuilder.Const_VertTri
 describes a vertex and one of triangles incident to it Generated from class MR.MeshBuilder.VertTri. This is the const half of the class. More...
class  MR.MeshBuilder.VertTri
 describes a vertex and one of triangles incident to it Generated from class MR.MeshBuilder.VertTri. This is the non-const half of the class. More...