Click or drag to resize
DigitalRuneMaterialProperties Constructor (Single, Single, Single, Boolean, Vector3F)
Initializes a new instance of the MaterialProperties structure.

Namespace: DigitalRune.Physics.Materials
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public MaterialProperties(
	float staticFriction,
	float dynamicFriction,
	float restitution,
	bool supportsSurfaceMotion,
	Vector3F surfaceMotion
)

Parameters

staticFriction
Type: SystemSingle
The static friction.
dynamicFriction
Type: SystemSingle
The dynamic friction.
restitution
Type: SystemSingle
The coefficient of restitution.
supportsSurfaceMotion
Type: SystemBoolean
If set to the material supports surface motion.
surfaceMotion
Type: DigitalRune.Mathematics.AlgebraVector3F
The surface motion velocity.
See Also