![]() |
AGX Dynamics 2.40.0.0
|
#include <agx/agxPhysics_export.h>
#include <agxStream/Serializable.h>
#include <agx/FrictionModel.h>
#include <agx/Physics/MaterialEntity.h>
#include <agx/Physics/BulkMaterialEntity.h>
#include <agx/Physics/SurfaceMaterialEntity.h>
#include <agx/Physics/WireMaterialEntity.h>
#include <agx/Physics/ContactMaterialEntity.h>
#include <agx/macros.h>
#include <agx/SetVector.h>
Go to the source code of this file.
Classes | |
class | agx::BulkMaterial |
Physical properties for the bulk of geometries made up by a Material. More... | |
class | agx::ContactMaterial |
This class store the combine material properties between two agx::Material's. More... | |
class | agx::Material |
Main material class which acts as a holder of a Surface Material and a Bulk material. More... | |
class | agx::SurfaceMaterial |
Physical properties for the surface of a Material. More... | |
class | agx::WireMaterial |
Physical properties for the contact between a Geometry and an agx::Wire. More... | |
Namespaces | |
namespace | agx |
The agx namespace contains the dynamics/math part of the AGX Dynamics API. | |
namespace | agxCollide |
This namespace consists of a set of classes for handling geometric intersection tests including boolean tests, penetration and contact sets. | |
namespace | agxData |
Contains classes for low level data storage for AGX. | |
namespace | agxIO |
The agxIO namespace contains classes for reading, writing and finding files. | |
namespace | agxSDK |
The agxSDK namespace contain classes to bridge the collision detection system and the dynamical simulation system including Material, event listeners etc. | |