Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9090 in orxonox.OLD for branches/presentation/src/lib/math/vector.h


Ignore:
Timestamp:
Jul 4, 2006, 2:26:42 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: valgrind fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/lib/math/vector.h

    r8894 r9090  
    4242  Vector (float x, float y, float z) : x(x), y(y), z(z) {}  //!< assignment constructor
    4343  Vector () : x(0), y(0), z(0) {}
    44   ~Vector () {}
    4544
    4645  /** @param v: the Vecor to compare with this one @returns true, if the Vecors are the same, false otherwise */
Note: See TracChangeset for help on using the changeset viewer.