Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7846 in orxonox.OLD


Ignore:
Timestamp:
May 24, 2006, 11:45:28 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: doxygen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/render2D/element_2d.cc

    r7845 r7846  
    235235}
    236236
     237/**
     238 * @brief sets the Size of the Element2D softly.
     239 * @param x the x-coordinate
     240 * @param y the y-coordinate.
     241 * @param bias the bias (bigger = faster).
     242 */
    237243void Element2D::setSizeSoft2D(float x, float y, float bias)
    238244{
Note: See TracChangeset for help on using the changeset viewer.