Changeset 3746 in orxonox.OLD for orxonox/branches/levelloader/src/lib/math
- Timestamp:
- Apr 7, 2005, 3:54:49 PM (20 years ago)
- Location:
- orxonox/branches/levelloader/src/lib/math
- Files:
-
- 1 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelloader/src/lib/math/vector.cc
r3605 r3746 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.