Bullet Collision Detection & Physics Library
|
Public Member Functions | |
ProcessVBoundsAction (const btAlignedObjectArray< btHeightfieldTerrainShape::Range > &bnd, int *indices) | |
void | operator() (const GridRaycastState &rs) const |
Public Attributes | |
const btAlignedObjectArray< btHeightfieldTerrainShape::Range > & | vbounds |
int | width |
int | length |
int | chunkSize |
btVector3 | rayBegin |
btVector3 | rayEnd |
btVector3 | rayDir |
int * | m_indices |
ProcessTrianglesAction | processTriangles |
Definition at line 709 of file btHeightfieldTerrainShape.cpp.
|
inline |
Definition at line 723 of file btHeightfieldTerrainShape.cpp.
|
inline |
Definition at line 728 of file btHeightfieldTerrainShape.cpp.
int ProcessVBoundsAction::chunkSize |
Definition at line 714 of file btHeightfieldTerrainShape.cpp.
int ProcessVBoundsAction::length |
Definition at line 713 of file btHeightfieldTerrainShape.cpp.
int* ProcessVBoundsAction::m_indices |
Definition at line 720 of file btHeightfieldTerrainShape.cpp.
ProcessTrianglesAction ProcessVBoundsAction::processTriangles |
Definition at line 721 of file btHeightfieldTerrainShape.cpp.
btVector3 ProcessVBoundsAction::rayBegin |
Definition at line 716 of file btHeightfieldTerrainShape.cpp.
btVector3 ProcessVBoundsAction::rayDir |
Definition at line 718 of file btHeightfieldTerrainShape.cpp.
btVector3 ProcessVBoundsAction::rayEnd |
Definition at line 717 of file btHeightfieldTerrainShape.cpp.
const btAlignedObjectArray<btHeightfieldTerrainShape::Range>& ProcessVBoundsAction::vbounds |
Definition at line 711 of file btHeightfieldTerrainShape.cpp.
int ProcessVBoundsAction::width |
Definition at line 712 of file btHeightfieldTerrainShape.cpp.