Click or drag to resize
DigitalRuneContinuousCollisionDetectionMode Enumeration
Defines the mode of the continuous collision detection.

Namespace: DigitalRune.Geometry.Collisions
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public enum ContinuousCollisionDetectionMode
Members
  Member nameValueDescription
Full0 The continuous collision detection considers the linear and the rotational movement of the objects involved. (Slower, but more accurate.)
Linear1 The continuous collision detection considers only the linear movement of the objects involved. The rotational movement is ignored. (Faster, but less accurate.)
See Also