Click or drag to resize
DigitalRuneCollisionQueryType Enumeration
The type of collision query.

Namespace: DigitalRune.Geometry.Collisions
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public enum CollisionQueryType
Members
  Member nameValueDescription
Boolean0 A boolean ("have contact") query. The result of a boolean query is either to indicate contact or to indicate separation.
Contacts1 A collision query that computes detailed contact information. Contact information is only computed for objects in contact, not for separated objects.
ClosestPoints2 Searching for 1 pair of closest points. The closest-points information is computed for separated objects and for objects in contact.
See Also