|
Tinman
1.0
|
#include <tuple>#include <queue>#include "physics.h"#include "scene.h"#include "carcontroller.h"#include "sound.h"#include "objecttextdisplay.h"#include "track.h"#include "tinman.h"

Go to the source code of this file.
Classes | |
| class | lower_than |
| class | Car |
Functions | |
| bool | equals (float sut, float target, float delta) |
| bool | equals (btVector3 sut, btVector3 target, float delta) |
| bool equals | ( | float | sut, |
| float | target, | ||
| float | delta | ||
| ) |
| bool equals | ( | btVector3 | sut, |
| btVector3 | target, | ||
| float | delta | ||
| ) |
1.8.9.1