Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 12, 2005, 9:47:15 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: introduced new class Rectangle representing…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/spatial_separation/spatial_separation.cc

    r4836 r4841  
    104104  \brief gets the maximal dimension of a model
    105105* @param playerModel the model that this measurement is based on
    106   \return the maximal dimension of the model
     106  \return the dimension of the AbstractModel as a Rectangle
    107107 */
    108 float SpatialSeparation::getMaxDimension(AbstractModel* playerModel)
     108Rectangle* SpatialSeparation::getDimension(AbstractModel* playerModel)
    109109{
    110110
Note: See TracChangeset for help on using the changeset viewer.