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 610 of file btHeightfieldTerrainShape.cpp.
|
inline |
Definition at line 624 of file btHeightfieldTerrainShape.cpp.
|
inline |
Definition at line 629 of file btHeightfieldTerrainShape.cpp.
int ProcessVBoundsAction::chunkSize |
Definition at line 615 of file btHeightfieldTerrainShape.cpp.
int ProcessVBoundsAction::length |
Definition at line 614 of file btHeightfieldTerrainShape.cpp.
int* ProcessVBoundsAction::m_indices |
Definition at line 621 of file btHeightfieldTerrainShape.cpp.
ProcessTrianglesAction ProcessVBoundsAction::processTriangles |
Definition at line 622 of file btHeightfieldTerrainShape.cpp.
btVector3 ProcessVBoundsAction::rayBegin |
Definition at line 617 of file btHeightfieldTerrainShape.cpp.
btVector3 ProcessVBoundsAction::rayDir |
Definition at line 619 of file btHeightfieldTerrainShape.cpp.
btVector3 ProcessVBoundsAction::rayEnd |
Definition at line 618 of file btHeightfieldTerrainShape.cpp.
const btAlignedObjectArray<btHeightfieldTerrainShape::Range>& ProcessVBoundsAction::vbounds |
Definition at line 612 of file btHeightfieldTerrainShape.cpp.
int ProcessVBoundsAction::width |
Definition at line 613 of file btHeightfieldTerrainShape.cpp.