Changeset 9960
- Timestamp:
- Jan 3, 2014, 8:57:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/util/Math.cc
r9951 r9960 285 285 orxonox::Vector3 distanceShip = getTransformedVector(distance, mydirection, myorthonormal, myside); 286 286 287 return (int) 50 - 100*distanceShip.x;287 return static_cast<int>(50 - 100*distanceShip.x); 288 288 } 289 289
Note: See TracChangeset
for help on using the changeset viewer.