Changeset 4841 in orxonox.OLD for orxonox/trunk/src/lib/graphics/spatial_separation/spatial_separation.cc
- Timestamp:
- Jul 12, 2005, 9:47:15 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/spatial_separation/spatial_separation.cc
r4836 r4841 104 104 \brief gets the maximal dimension of a model 105 105 * @param playerModel the model that this measurement is based on 106 \return the maximal dimension of the model106 \return the dimension of the AbstractModel as a Rectangle 107 107 */ 108 float SpatialSeparation::getMaxDimension(AbstractModel* playerModel)108 Rectangle* SpatialSeparation::getDimension(AbstractModel* playerModel) 109 109 { 110 110
Note: See TracChangeset
for help on using the changeset viewer.