Bullet Collision Detection & Physics Library
Classes | Macros
gim_array.h File Reference
#include "gim_memory.h"
Include dependency graph for gim_array.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gim_array< T >
 Very simple array container with fast access and simd memory. More...
 

Macros

#define GIM_ARRAY_GROW_INCREMENT   2
 
#define GIM_ARRAY_GROW_FACTOR   2
 

Detailed Description

Author
Francisco Leon Najera

Definition in file gim_array.h.

Macro Definition Documentation

#define GIM_ARRAY_GROW_FACTOR   2

Definition at line 39 of file gim_array.h.

#define GIM_ARRAY_GROW_INCREMENT   2

Definition at line 38 of file gim_array.h.