src/object/physics.h File Reference

#include "../include/base.h"
#include "../tool/euler_vector.h"
#include "../tool/point.h"
#include "object_cfg.h"

Include dependency graph for physics.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Physics

Enumerations

enum  MotionType_t { NoMotion, FreeFall, Pendulum }


Enumeration Type Documentation

enum MotionType_t

Enumerator:
NoMotion 
FreeFall 
Pendulum 

Definition at line 35 of file physics.h.

00036 {
00037   NoMotion,
00038   FreeFall,
00039   Pendulum,
00040 } MotionType_t;


Generated on Mon Jan 1 13:23:15 2007 for Wormux by  doxygen 1.4.7