Click or drag to resize
DigitalRuneContactSetCollectionRemove Method (PairCollisionObject)
Removes the contact set for the given pair of CollisionObjects.

Namespace: DigitalRune.Geometry.Collisions
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public ContactSet Remove(
	Pair<CollisionObject> collisionObjectPair
)

Parameters

collisionObjectPair
Type: DigitalRune.CollectionsPairCollisionObject
The collision object pair.

Return Value

Type: ContactSet
The ContactSet that was removed; if no matching ContactSet was found.
See Also