Changeset 4842 in orxonox.OLD for orxonox/trunk/src/lib/graphics/spatial_separation/spatial_separation.h
- Timestamp:
- Jul 12, 2005, 10:55:44 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/spatial_separation/spatial_separation.h
r4841 r4842 1 1 /*! 2 \file spatial_separation.h 3 * Definition of the generic spatial separation process of model data 4 2 \file spatial_separation.h Definition of the generic spatial separation process of model data 5 3 */ 6 4 … … 40 38 Vector center; 41 39 float axis[2]; 40 }; 42 41 43 };44 42 45 43 //! A class for spatial separation of vertices based arrays
Note: See TracChangeset
for help on using the changeset viewer.