Provides classes that define material properties of physical objects.
Classes
| Class | Description | |
|---|---|---|
| CompositeMaterial |
Defines a material with different materials for each shape feature of a rigid body.
| |
| MaterialPropertyCombiner |
Computes the material properties for two materials in contact using simple mathematical
operations.
| |
| UniformMaterial |
Defines a IMaterial with constant material properties for the whole rigid body.
|
Structures
| Structure | Description | |
|---|---|---|
| MaterialProperties |
Defines material properties of a rigid body.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IMaterial |
Defines the material (friction, bounciness, etc.) of a rigid body.
| |
| IMaterialPropertyCombiner |
Computes the material properties for two materials in contact.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| MaterialPropertyCombiner..::..Mode |
Defines how two coefficients are combined.
|