Click or drag to resize
DigitalRuneMaterialPropertyCombinerCombineFriction Method
Computes the combined friction coefficient.

Namespace: DigitalRune.Physics.Materials
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public float CombineFriction(
	float frictionA,
	float frictionB
)

Parameters

frictionA
Type: SystemSingle
The first friction coefficient.
frictionB
Type: SystemSingle
The second friction coefficient.

Return Value

Type: Single
The combined friction coefficient.

Implements

IMaterialPropertyCombinerCombineFriction(Single, Single)
See Also