Click or drag to resize
DigitalRuneContactSetSwapped Property
Gets a copy of the contact set where ObjectA and ObjectB are swapped.

Namespace: DigitalRune.Geometry.Collisions
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public ContactSet Swapped { get; }

Property Value

Type: ContactSet
Remarks
This method copies the contact set, exchanges ObjectA and ObjectB and updates the contact information accordingly.
See Also