Ignore:
Timestamp:
01/03/08 15:53:44 (16 years ago)
Author:
bittner
Message:

big merge: preparation for havran ray caster, check if everything works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/AxisAlignedBox3.h

    r2176 r2575  
    6161  void Enlarge (const Vector3 &v); 
    6262 
     63  void EnlargeToMinSize(); 
     64   
    6365  void SetMin(const Vector3 &v); 
    6466 
     
    232234   
    233235  int  ComputeMinMaxT(const Vector3 &origin, 
    234                                           const Vector3 &direction, 
    235                                           float *tmin, 
    236                                           float *tmax) const; 
     236                      const Vector3 &direction, 
     237                      float *tmin, 
     238                      float *tmax) const; 
    237239         
    238240  // Compute tmin and tmax for a ray, whenever required .. need not pierce box 
     
    241243  // Compute tmin and tmax for a ray, whenever required .. need not pierce box 
    242244  int ComputeMinMaxT(const Ray &ray, 
    243                                         float *tmin, 
    244                                         float *tmax, 
    245                                         EFaces &entryFace, 
    246                                         EFaces &exitFace) const; 
     245                    float *tmin, 
     246                    float *tmax, 
     247                    EFaces &entryFace, 
     248                    EFaces &exitFace) const; 
    247249   
    248250  // If a ray pierces the box .. returns 1, otherwise 0. 
     
    251253  // computes the signed distances for case: tmin < tmax and tmax > 0 
    252254  int GetMinMaxT(const Ray &ray, float *tmin, float *tmax, 
    253                                 EFaces &entryFace, EFaces &exitFace) const; 
     255                EFaces &entryFace, EFaces &exitFace) const; 
    254256   
    255257  // Writes a brief description of the object, indenting by the given 
Note: See TracChangeset for help on using the changeset viewer.