ContactHelper Class |
Namespace: DigitalRune.Geometry.Collisions
The ContactHelper type exposes the following members.
Name | Description | |
---|---|---|
CreateContact(ContactSet, Vector3F, Vector3F, Single, Boolean) |
Creates a new Contact for the given contact set.
| |
CreateContact(CollisionObject, CollisionObject, Vector3F, Vector3F, Single, Boolean) |
Creates a new Contact for the given pair of collision objects.
| |
Merge(ContactSet, Contact, CollisionQueryType, Single) |
Merges a new contact into the given contact set.
| |
Merge(ContactSet, ContactSet, CollisionQueryType, Single) |
Merges a new set of contacts into the given contact set.
| |
RemoveBadContacts |
Removes contacts where the contact normal points into an invalid direction.
| |
ToContactSetCollection |
Creates a ContactSetCollection from an IEnumerableT.
|