Changeset 834 for GTP/trunk/Lib/Geom/shared/GTGeometry/include
- Timestamp:
- 04/26/06 19:02:47 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Geom/shared/GTGeometry/include/hoja.h
r832 r834 10 10 float Normal[3]; 11 11 float Cuantas_hojas; 12 float Centro[3]; 12 13 int padre; 13 14 int hijoi; … … 15 16 int visible; 16 17 int raiz; 17 18 19 bool existe; 20 int hoja_cerca; 21 float dist; 22 long int hoja_cop; 23 float coplanar; 24 float criterio; 25 long int hoja_crit; 26 27 28 // Identificadores de los triángulos que forman la hoja 29 long int id_triangulo[2]; 18 30 19 31 public : … … 23 35 virtual ~Hoja (void); // Destructor 24 36 25 37 float Distancia (Hoja&); 38 float Coplanaridad (Hoja&); 26 39 }; 27 40
Note: See TracChangeset
for help on using the changeset viewer.