Click or drag to resize
DigitalRuneCollisionDetectionAlgorithmMatrix Property
Gets the collision algorithm matrix.

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

Property Value

Type: CollisionAlgorithmMatrix
The algorithm matrix.
Remarks
Depending on the Shape of a CollisionObject different algorithms have to be used. This matrix determines which algorithms should be used.
See Also