Ignore:
Timestamp:
01/06/06 14:53:38 (18 years ago)
Author:
bittner
Message:

renaming frustum tp beam step 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/Frustum.cpp

    r504 r505  
    1 #include "Frustum.h" 
     1#include "Beam.h" 
    22#include "VssRay.h" 
    33 
     
    66 
    77void 
    8 Frustum::Construct(const  AxisAlignedBox3 &box, 
     8Beam::Construct(const  AxisAlignedBox3 &box, 
    99                                   const  AxisAlignedBox3 &dBox) 
    1010{ 
     
    4949 
    5050int 
    51 Frustum::ComputeIntersection(const  AxisAlignedBox3 &box) 
     51Beam::ComputeIntersection(const  AxisAlignedBox3 &box) 
    5252{ 
    5353  int i; 
Note: See TracChangeset for help on using the changeset viewer.