Click or drag to resize
DigitalRuneCompressedAabbTreeEnableSelfOverlaps Property
Gets or sets a value indicating whether self-overlaps are computed.

Namespace: DigitalRune.Geometry.Partitioning
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public bool EnableSelfOverlaps { get; set; }

Property Value

Type: Boolean
if self-overlaps are computed; otherwise, .

Implements

ISpatialPartitionTEnableSelfOverlaps
Remarks
Self-overlaps can be queried with GetOverlaps if this flag is set.
See Also