Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2141 in orxonox.OLD for orxonox/branches/chris/src/vector.h


Ignore:
Timestamp:
Jul 14, 2004, 3:31:42 PM (20 years ago)
Author:
chris
Message:

orxonox/branches/chris: added lots and lots of doxygen tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/chris/src/vector.h

    r2112 r2141  
    1212#define PI 3.14159265359f
    1313
     14//! 3D Vector
     15/**
     16        Class to handle 3D Vectors
     17*/
    1418class Vector {
    1519
     
    4347{
    4448 public:
    45         Vector v;
    46         float w;
     49        Vector v;       //!< Imaginary Vector
     50        float w; //!< Real part of the number
    4751
    4852        Quaternion ();
Note: See TracChangeset for help on using the changeset viewer.