Changeset 8333 for code/branches/kicklib2/src/orxonox/overlays
- Timestamp:
- Apr 26, 2011, 4:46:26 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib2/src/orxonox/overlays/OrxonoxOverlay.cc
r7401 r8333 283 283 angle = -angle; 284 284 angle -= math::pi * static_cast<int>(angle / (math::pi)); 285 if (angle > math::pi * 0.5)285 if (angle > math::pi_2) 286 286 angle = math::pi - angle; 287 287
Note: See TracChangeset
for help on using the changeset viewer.