Click or drag to resize
DigitalRuneRigidBodyLinearVelocity Property
Gets or sets the linear velocity of this body in world space.

Namespace: DigitalRune.Physics
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public Vector3F LinearVelocity { get; set; }

Property Value

Type: Vector3F
The linear velocity in world space.
See Also