Click or drag to resize
DigitalRuneRigidBody Constructor (Shape, MassFrame, IMaterial)
Initializes a new instance of the RigidBody class.

Namespace: DigitalRune.Physics
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public RigidBody(
	Shape shape,
	MassFrame massFrame,
	IMaterial material
)

Parameters

shape
Type: DigitalRune.Geometry.ShapesShape
The shape. Can be to use the default Shape.
massFrame
Type: DigitalRune.PhysicsMassFrame
The mass frame. Can be in which case the mass properties for a density of 1000 are used.
material
Type: DigitalRune.Physics.MaterialsIMaterial
The material. Can be to use the default Material.
See Also