demo.Bench

Undocumented in source.

Members

Aliases

BENCH_SPACE_FREE
alias BENCH_SPACE_FREE = cpSpaceFree
Undocumented in source.
BENCH_SPACE_NEW
alias BENCH_SPACE_NEW = cpSpaceNew
Undocumented in source.
BENCH_SPACE_STEP
alias BENCH_SPACE_STEP = cpSpaceStep
Undocumented in source.

Functions

NoCollide_begin
cpBool NoCollide_begin(cpArbiter* arb, cpSpace* space, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
SetupSpace_simpleTerrain
cpSpace* SetupSpace_simpleTerrain()
Undocumented in source. Be warned that the author may not have intended to support it.
add_box
void add_box(cpSpace* space, int index, cpFloat size)
Undocumented in source. Be warned that the author may not have intended to support it.
add_circle
void add_circle(cpSpace* space, int index, cpFloat radius)
Undocumented in source. Be warned that the author may not have intended to support it.
add_hexagon
void add_hexagon(cpSpace* space, int index, cpFloat radius)
Undocumented in source. Be warned that the author may not have intended to support it.
destroy
void destroy(cpSpace* space)
Undocumented in source. Be warned that the author may not have intended to support it.
init_BouncyTerrainCircles_500
cpSpace* init_BouncyTerrainCircles_500()
Undocumented in source. Be warned that the author may not have intended to support it.
init_BouncyTerrainHexagons_500
cpSpace* init_BouncyTerrainHexagons_500()
Undocumented in source. Be warned that the author may not have intended to support it.
init_ComplexTerrainCircles_1000
cpSpace* init_ComplexTerrainCircles_1000()
Undocumented in source. Be warned that the author may not have intended to support it.
init_ComplexTerrainHexagons_1000
cpSpace* init_ComplexTerrainHexagons_1000()
Undocumented in source. Be warned that the author may not have intended to support it.
init_NoCollide
cpSpace* init_NoCollide()
Undocumented in source. Be warned that the author may not have intended to support it.
init_SimpleTerrainBoxes_100
cpSpace* init_SimpleTerrainBoxes_100()
Undocumented in source. Be warned that the author may not have intended to support it.
init_SimpleTerrainBoxes_1000
cpSpace* init_SimpleTerrainBoxes_1000()
Undocumented in source. Be warned that the author may not have intended to support it.
init_SimpleTerrainBoxes_500
cpSpace* init_SimpleTerrainBoxes_500()
Undocumented in source. Be warned that the author may not have intended to support it.
init_SimpleTerrainCircles_100
cpSpace* init_SimpleTerrainCircles_100()
Undocumented in source. Be warned that the author may not have intended to support it.
init_SimpleTerrainCircles_1000
cpSpace* init_SimpleTerrainCircles_1000()
Undocumented in source. Be warned that the author may not have intended to support it.
init_SimpleTerrainCircles_500
cpSpace* init_SimpleTerrainCircles_500()
Undocumented in source. Be warned that the author may not have intended to support it.
init_SimpleTerrainHexagons_100
cpSpace* init_SimpleTerrainHexagons_100()
Undocumented in source. Be warned that the author may not have intended to support it.
init_SimpleTerrainHexagons_1000
cpSpace* init_SimpleTerrainHexagons_1000()
Undocumented in source. Be warned that the author may not have intended to support it.
init_SimpleTerrainHexagons_500
cpSpace* init_SimpleTerrainHexagons_500()
Undocumented in source. Be warned that the author may not have intended to support it.
init_SimpleTerrainVBoxes_200
cpSpace* init_SimpleTerrainVBoxes_200()
Undocumented in source. Be warned that the author may not have intended to support it.
init_SimpleTerrainVCircles_200
cpSpace* init_SimpleTerrainVCircles_200()
Undocumented in source. Be warned that the author may not have intended to support it.
init_SimpleTerrainVHexagons_200
cpSpace* init_SimpleTerrainVHexagons_200()
Undocumented in source. Be warned that the author may not have intended to support it.
rand_size
cpFloat rand_size()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(cpSpace* space, double dt)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

BouncyHexagons
ChipmunkDemo BouncyHexagons;
Undocumented in source.
bench_count
auto bench_count;
Undocumented in source.
bench_list
ChipmunkDemo[] bench_list;
Undocumented in source.
bevel
cpFloat bevel;
Undocumented in source.
bouncy_terrain_count
int bouncy_terrain_count;
Undocumented in source.
bouncy_terrain_verts
cpVect[] bouncy_terrain_verts;
Undocumented in source.
complex_terrain_count
auto complex_terrain_count;
Undocumented in source.
complex_terrain_verts
cpVect[] complex_terrain_verts;
Undocumented in source.
simple_terrain_count
auto simple_terrain_count;
Undocumented in source.
simple_terrain_verts
cpVect[] simple_terrain_verts;
Undocumented in source.

Meta