Ignore:
Timestamp:
04/06/06 20:48:19 (18 years ago)
Author:
igarcia
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/include/IMG/IMGBox2d.h

    r721 r731  
    77 
    88//* this class represents a 2d bound box for a texture  
    9 class Box2d  
     9class _IMGExport Box2d  
    1010{ 
    1111        public: 
     
    2222                } 
    2323 
    24                 Ogre::Vector2 GetMinimum(); 
     24                Ogre::Vector2 getMinimum(); 
    2525 
    26                 Ogre::Vector2 GetMaximum();  
     26                Ogre::Vector2 getMaximum();  
    2727 
    28                 void SetBoundBox(float x, float y, float X, float Y);  
     28                void setBoundBox(float x, float y, float X, float Y);  
    2929 
    30                 void AddBoundingVector3(float x, float y); 
     30                void addBoundingVector3(float x, float y); 
    3131 
    32                 void Print();  
     32                void print();  
    3333 
    34                 Ogre::Vector2 GetCorner(int corner) const; 
     34                Ogre::Vector2 getCorner(int corner) const; 
    3535 
    36                 bool In(int w, int h);  
     36                bool in(int w, int h);  
    3737 
    38                 bool FitPerfect(int w, int h); 
     38                bool fitPerfect(int w, int h); 
    3939 
    4040        protected: 
Note: See TracChangeset for help on using the changeset viewer.