Changeset 3607 in orxonox.OLD for orxonox/trunk/src/lib/math
- Timestamp:
- Mar 20, 2005, 10:38:59 PM (20 years ago)
- Location:
- orxonox/trunk/src/lib/math
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/math/vector.cc
r3590 r3607 65 65 float Vector::operator* (const Vector& v) const 66 66 { 67 return x *v.x+y*v.y+z*v.z;67 return x * v.x + y * v.y+ z * v.z; 68 68 } 69 69
Note: See TracChangeset
for help on using the changeset viewer.