|
AGX Dynamics 2.41.3.0
|
#include <agx/agx_vector_types.h>#include <agx/ref_ptr.h>#include <agxCollide/BoundingAABB.h>#include <agx/SPDMatrix3x3.h>#include <agxStream/Serializable.h>Go to the source code of this file.
Classes | |
| class | agxCollide::CollisionMeshData |
| Class for data sharing only to be used by Mesh, its internal classes and children. More... | |
| class | agxCollide::HeightFieldMeshData |
| Class for data sharing only to be used by HeightField. More... | |
| class | agxCollide::MeshData |
| Stores triangle mesh data as triangle lists, i.e. More... | |
Namespaces | |
| namespace | agxCollide |
| This namespace consists of a set of classes for handling geometric intersection tests including boolean tests, penetration and contact sets. | |
Typedefs | |
| typedef agx::ref_ptr< CollisionMeshData > | agxCollide::CollisionMeshDataRef |
| typedef agx::ref_ptr< const CollisionMeshData > | agxCollide::ConstCollisionMeshDataRef |
| typedef agx::ref_ptr< const HeightFieldMeshData > | agxCollide::ConstHeightFieldMeshDataRef |
| typedef agx::ref_ptr< const MeshData > | agxCollide::ConstMeshDataRef |
| typedef agx::ref_ptr< HeightFieldMeshData > | agxCollide::HeightFieldMeshDataRef |
| typedef agx::ref_ptr< MeshData > | agxCollide::MeshDataRef |