Changeset 3163 for code/branches/pch/src/util
- Timestamp:
- Jun 14, 2009, 11:24:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/util/Math.h
r3146 r3163 54 54 namespace orxonox 55 55 { 56 // Also define our own transform space enum57 namespace TransformSpace58 {59 /**60 @brief61 Enumeration denoting the spaces which a transform can be relative to.62 */63 enum Enum64 {65 //! Transform is relative to the local space66 Local,67 //! Transform is relative to the space of the parent node68 Parent,69 //! Transform is relative to world space70 World71 };72 }73 74 56 _UtilExport std::ostream& operator<<(std::ostream& out, const orxonox::Radian& radian); 75 57 _UtilExport std::istream& operator>>(std::istream& in, orxonox::Radian& radian);
Note: See TracChangeset
for help on using the changeset viewer.