HDK
|
#include "UT_HashGrid.h"
#include "UT_Map.h"
#include "UT_IntArray.h"
#include "UT_Vector3.h"
#include "UT_Vector3Array.h"
Go to the source code of this file.
Macros | |
#define | __UT_HashGrid_C__ |
#define | ut_CELL_SHIFT 21 |
#define | ut_CELL_SHIFT2 42 |
#define | ut_CELL_MASK (( ((int64) 1) << ut_CELL_SHIFT)-1) |
#define __UT_HashGrid_C__ |
Definition at line 16 of file UT_HashGrid.C.
#define ut_CELL_MASK (( ((int64) 1) << ut_CELL_SHIFT)-1) |
Definition at line 29 of file UT_HashGrid.C.
#define ut_CELL_SHIFT 21 |
Definition at line 27 of file UT_HashGrid.C.
#define ut_CELL_SHIFT2 42 |
Definition at line 28 of file UT_HashGrid.C.