Click or drag to resize
DigitalRuneContactSetCollection Constructor (IEnumerableContactSet)
Initializes a new instance of the ContactSetCollection class with the given contact sets.

Namespace: DigitalRune.Geometry.Collisions
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public ContactSetCollection(
	IEnumerable<ContactSet> contactSets
)

Parameters

contactSets
Type: System.Collections.GenericIEnumerableContactSet
The contact sets which are initially added to the collection.
Exceptions
ExceptionCondition
ArgumentNullExceptioncontactSets is .
See Also