Changeset 2535 for code/branches/presentation/src/util
- Timestamp:
- Dec 28, 2008, 7:15:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/util/Math.h
r2459 r2535 80 80 Enumeration denoting the spaces which a transform can be relative to. 81 81 */ 82 enum Space82 enum Enum 83 83 { 84 // /Transform is relative to the local space84 //! Transform is relative to the local space 85 85 Local, 86 // /Transform is relative to the space of the parent node86 //! Transform is relative to the space of the parent node 87 87 Parent, 88 // /Transform is relative to world space88 //! Transform is relative to world space 89 89 World 90 90 };
Note: See TracChangeset
for help on using the changeset viewer.