Ignore:
Timestamp:
01/16/06 19:33:48 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellBsp.h

    r535 r544  
    3535        float GetArea() const; 
    3636         
     37        float GetVolume() const; 
     38 
    3739        /** Computes new front and back geometry based on the old cell  
    3840                geometry and a new split plane 
     
    5759        void AddToMesh(Mesh &mesh); 
    5860 
     61        /** Computes mass center of bsp node geometry. 
     62        */ 
     63        Vector3 ComputeMassCenter() const; 
    5964        /** The polygons the geometry consists of. 
    6065        */ 
Note: See TracChangeset for help on using the changeset viewer.