| IMaterialPropertyCombinerCombineFriction Method |
Computes the combined friction coefficient.
Namespace: DigitalRune.Physics.MaterialsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax float CombineFriction(
float frictionA,
float frictionB
)
Function CombineFriction (
frictionA As Single,
frictionB As Single
) As Single
float CombineFriction(
float frictionA,
float frictionB
)
abstract CombineFriction :
frictionA : float32 *
frictionB : float32 -> float32
Parameters
- frictionA
- Type: SystemSingle
The first friction coefficient. - frictionB
- Type: SystemSingle
The second friction coefficient.
Return Value
Type:
Single
The combined friction coefficient.
See Also