Changeset 832


Ignore:
Timestamp:
04/26/06 18:17:47 (18 years ago)
Author:
gumbau
Message:
 
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  
    77        public : 
    88                // 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                 
    2419        public : 
    2520                // Constructors 
     
    2722                Hoja (const Hoja& aHoja); // Copy constructor 
    2823                virtual ~Hoja (void); // Destructor 
    29                 // 
    30                 float Distancia (Hoja&); 
    31                 float Coplanaridad (Hoja&); 
     24 
     25 
    3226}; 
    3327 
Note: See TracChangeset for help on using the changeset viewer.