Changeset 832 for GTP/trunk/Lib/Geom
- Timestamp:
- 04/26/06 18:17:47 (19 years ago)
- Location:
- GTP/trunk/Lib/Geom/shared/GTGeometry
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Geom/shared/GTGeometry/include/hoja.h
r774 r832 7 7 public : 8 8 // Variable members 9 long int Vertices[4]; // Array of pointers to vertices 10 float Normal[3]; 11 long int Cuantas_hojas; 12 float Centro[3]; 13 int hoja_cerca; 14 float coplanar; 15 long int hoja_cop; 16 float dist; 17 bool existe; 18 float criterio; 19 long int hoja_crit; 20 21 // Identificadores de los triángulos que forman la hoja 22 long int id_triangulo[2]; 23 9 int Vert_Hoja[4];// Array of pointers to vertices 10 float Normal[3]; 11 float Cuantas_hojas; 12 int padre; 13 int hijoi; 14 int hijod; 15 int visible; 16 int raiz; 17 18 24 19 public : 25 20 // Constructors … … 27 22 Hoja (const Hoja& aHoja); // Copy constructor 28 23 virtual ~Hoja (void); // Destructor 29 // 30 float Distancia (Hoja&); 31 float Coplanaridad (Hoja&); 24 25 32 26 }; 33 27
Note: See TracChangeset
for help on using the changeset viewer.