Click or drag to resize
DigitalRuneContactSetCollectionTryGet Method (PairCollisionObject, ContactSet)
Gets the 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 TryGet(
	Pair<CollisionObject> collisionObjectPair,
	out ContactSet contactSet
)

Parameters

collisionObjectPair
Type: DigitalRune.CollectionsPairCollisionObject
The collision object pair.
contactSet
Type: DigitalRune.Geometry.CollisionsContactSet
The contact set with contacts between the given collision object pair, if such a contact set exists in the collection - otherwise, .

Return Value

Type: Boolean
if the collections contains a contact set for the specified pair of collision objects; otherwise, .
See Also