Click or drag to resize
DigitalRuneDigitalRune.Physics.Materials Namespace
The DigitalRune.Physics.Materials namespace provides types that define material properties of physical objects.
Classes
  ClassDescription
Public classCompositeMaterial
Defines a material with different materials for each shape feature of a rigid body.
Public classMaterialPropertyCombiner
Computes the material properties for two materials in contact using simple mathematical operations.
Public classUniformMaterial
Defines a IMaterial with constant material properties for the whole rigid body.
Structures
  StructureDescription
Public structureMaterialProperties
Defines material properties of a rigid body.
Interfaces
  InterfaceDescription
Public interfaceIMaterial
Defines the material (friction, bounciness, etc.) of a rigid body.
Public interfaceIMaterialPropertyCombiner
Computes the material properties for two materials in contact.
Enumerations
  EnumerationDescription
Public enumerationMaterialPropertyCombinerMode
Defines how two coefficients are combined.