Click or drag to resize
DigitalRuneContactSetCollectionContains Method (PairCollisionObject)
Determines whether the collection contains a contact set for the given pair of collision objects.

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

Parameters

collisionObjectPair
Type: DigitalRune.CollectionsPairCollisionObject
The collision object pair.

Return Value

Type: Boolean
if the collection contains a contact set with contacts between the given pair of objects; otherwise, .
See Also