Ignore:
Timestamp:
08/28/05 15:13:06 (19 years ago)
Author:
bittner
Message:
 
File:
1 edited

Legend:

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

    r242 r256  
    5353        int Side(const Plane3 &plane) const; 
    5454 
     55        /** Scales the polygon about its center 
     56        */ 
     57        void Scale(const float scale); 
     58         
     59        /** Computes the center of mass of the polygon 
     60         */ 
     61        Vector3 Center() const; 
     62 
     63                 
    5564        /** Deletes all polygons om the queue. 
    5665        */ 
Note: See TracChangeset for help on using the changeset viewer.