Changeset 2014 in orxonox.OLD for orxonox/branches/chris/src/coordinates.h
- Timestamp:
- Jun 22, 2004, 6:12:59 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/chris/src/coordinates.h
r2012 r2014 1 /*! 2 \file coordinates.h 3 \brief Basic coordinate system definitions 4 */ 5 1 6 #ifndef COORDINATES_H 2 7 #define COORDINATES_H … … 8 13 This identifies the position of an object on the track system 9 14 */ 10 typedef struct Location15 typedef struct 11 16 { 12 17 unsigned long part; //!< ID of the track part the object is on … … 20 25 This is used to store the position of a object in the rendered coordinate system 21 26 */ 22 typedef struct Placement27 typedef struct 23 28 { 24 29 Vector r; //!< Absolute x/y/z coordinates
Note: See TracChangeset
for help on using the changeset viewer.