CCCoreLib 31 May 2022
CloudCompare Core algorithms
Public Member Functions | Public Attributes | List of all members
CCCoreLib::VerticesIndexes Struct Reference

Triangle described by the indexes of its 3 vertices. More...

#include <GenericIndexedMesh.h>

Public Member Functions

 VerticesIndexes (unsigned _i1, unsigned _i2, unsigned _i3)
 Constructor with specified indexes.
 
 VerticesIndexes ()
 Default constructor.
 

Public Attributes

union {
   struct {
      unsigned   i1
 
      unsigned   i2
 
      unsigned   i3
 
   } 
 
   unsigned   i [3]
 
}; 
 

Detailed Description

Triangle described by the indexes of its 3 vertices.


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