Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2014 in orxonox.OLD for orxonox/branches/chris/src/coordinates.h


Ignore:
Timestamp:
Jun 22, 2004, 6:12:59 PM (21 years ago)
Author:
chris
Message:

orxonox/branches/chris: Even more doxygen stuff as well as removal of the deprecated rotation.h/.cc

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
    16#ifndef COORDINATES_H
    27#define COORDINATES_H
     
    813  This identifies the position of an object on the track system
    914*/
    10 typedef struct Location
     15typedef struct
    1116{
    1217  unsigned long part;   //!< ID of the track part the object is on
     
    2025  This is used to store the position of a object in the rendered coordinate system
    2126*/
    22 typedef struct Placement
     27typedef struct
    2328{
    2429  Vector r;              //!< Absolute x/y/z coordinates
Note: See TracChangeset for help on using the changeset viewer.