Click or drag to resize
DigitalRuneDualPartition<T> Properties

The DualPartition< T> generic type exposes the following members.

Properties
  NameDescription
Public propertyAabb
Gets the axis-aligned bounding box (AABB) that contains all items.
(Inherited from BasePartition<T>.)
Public propertyCount (Inherited from BasePartition<T>.)
Public propertyEnableSelfOverlaps
Gets or sets a value indicating whether self-overlaps are computed.
(Inherited from BasePartition<T>.)
Public propertyFilter
Gets or sets the filter that is used to filter overlaps of two items.
(Inherited from BasePartition<T>.)
Public propertyGetAabbForItem
Gets or sets the method that computes the Aabb of an item.
(Inherited from BasePartition<T>.)
Top
Explicit Interface Implementations
See Also