#include "box2d/box2d.h"
#include "draw.h"
#include <stdlib.h>
Go to the source code of this file.
◆ MAX_TESTS
◆ RAND_LIMIT
◆ TestCreateFcn
typedef Test* TestCreateFcn() |
◆ RandomFloat() [1/2]
Random number in range [-1,1].
Definition at line 37 of file test.h.
◆ RandomFloat() [2/2]
float RandomFloat |
( |
float |
lo, |
|
|
float |
hi |
|
) |
| |
|
inline |
Random floating point number in range [lo, hi].
Definition at line 46 of file test.h.
◆ RegisterTest()
int RegisterTest |
( |
const char * |
category, |
|
|
const char * |
name, |
|
|
TestCreateFcn * |
fcn |
|
) |
| |
◆ g_testCount
◆ g_testEntries
◆ k_maxContactPoints
const int32 k_maxContactPoints = 2048 |