Click or drag to resize
DigitalRuneMaterialPropertyCombinerCombineRestitution Method
Computes the combined coefficient of restitution.

Namespace: DigitalRune.Physics.Materials
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public float CombineRestitution(
	float restitutionA,
	float restitutionB
)

Parameters

restitutionA
Type: SystemSingle
The first coefficient of restitution.
restitutionB
Type: SystemSingle
The second coefficient of restitution.

Return Value

Type: Single
The combined coefficient of restitution.

Implements

IMaterialPropertyCombinerCombineRestitution(Single, Single)
See Also