Changeset 9090 in orxonox.OLD for branches/presentation/src/lib/math/vector.h
- Timestamp:
- Jul 4, 2006, 2:26:42 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/lib/math/vector.h
r8894 r9090 42 42 Vector (float x, float y, float z) : x(x), y(y), z(z) {} //!< assignment constructor 43 43 Vector () : x(0), y(0), z(0) {} 44 ~Vector () {}45 44 46 45 /** @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.