| MaterialProperties Constructor (Single, Single, Single, Vector3F) |
Namespace: DigitalRune.Physics.MaterialsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public MaterialProperties(
float staticFriction,
float dynamicFriction,
float restitution,
Vector3F surfaceMotion
)
Public Sub New (
staticFriction As Single,
dynamicFriction As Single,
restitution As Single,
surfaceMotion As Vector3F
)
public:
MaterialProperties(
float staticFriction,
float dynamicFriction,
float restitution,
Vector3F surfaceMotion
)
new :
staticFriction : float32 *
dynamicFriction : float32 *
restitution : float32 *
surfaceMotion : Vector3F -> MaterialProperties
Parameters
- staticFriction
- Type: SystemSingle
The static friction. - dynamicFriction
- Type: SystemSingle
The dynamic friction. - restitution
- Type: SystemSingle
The coefficient of restitution. - surfaceMotion
- Type: DigitalRune.Mathematics.AlgebraVector3F
The surface motion velocity.
See Also