CollisionDetection Methods |
The CollisionDetection type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetClosestPoints |
Computes the closest points between two CollisionObjects.
| |
GetContacts |
Computes the contacts between two CollisionObjects.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetTimeOfImpact |
Gets the time of impact between two moving objects.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HaveAabbContact |
Returns if the axis-aligned bounding boxes (AABBs) of two
CollisionObjects are in contact.
| |
HaveContact |
Returns if two CollisionObjects are in contact.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateClosestPoints |
Updates the closest-point information in the given contact set.
| |
UpdateContacts |
Updates the contact information in the given contact set.
|