vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CarState.h File Reference
#include <osg/Vec3>

Go to the source code of this file.

Classes

struct  CarSim::CarSize
 
struct  CarSim::CarState
 

Namespaces

namespace  CarSim
 

Macros

#define HILL_ACC_COEF   3.0
 
#define AVERAGE_CAR_LENGTH   5.0
 
#define MAX_CAR_WIDTH   3.0
 
#define MAX_CAR_LENGTH   10.0
 
#define AVERAGE_CAR_DEC   -3.0
 
#define WHEEL_ANGLE_CONST   3.0
 
#define LIGHT_TURNED_ON   1
 
#define LIGHT_TURNED_OFF   2
 
#define LEFT_BLINKER_TURNED_ON   3
 
#define RIGHT_BLINKER_TURNED_ON   4
 

Macro Definition Documentation

#define AVERAGE_CAR_DEC   -3.0
#define AVERAGE_CAR_LENGTH   5.0
#define HILL_ACC_COEF   3.0
#define LEFT_BLINKER_TURNED_ON   3
#define LIGHT_TURNED_OFF   2
#define LIGHT_TURNED_ON   1
#define MAX_CAR_LENGTH   10.0
#define MAX_CAR_WIDTH   3.0
#define RIGHT_BLINKER_TURNED_ON   4
#define WHEEL_ANGLE_CONST   3.0