Click or drag to resize
DigitalRuneCollisionDetection Methods

The CollisionDetection type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetClosestPoints
Computes the closest points between two CollisionObjects.
Public methodGetContacts
Computes the contacts between two CollisionObjects.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetTimeOfImpact
Gets the time of impact between two moving objects.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHaveAabbContact
Returns if the axis-aligned bounding boxes (AABBs) of two CollisionObjects are in contact.
Public methodHaveContact
Returns if two CollisionObjects are in contact.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateClosestPoints
Updates the closest-point information in the given contact set.
Public methodUpdateContacts
Updates the contact information in the given contact set.
Top
See Also