Click or drag to resize
DigitalRuneDigitalRune.Geometry.Partitioning Namespace
The DigitalRune.Geometry.Partitioning namespace provides spatial partitioning methods, such as bounding volume hierarchies.
Classes
  ClassDescription
Public classAabbTreeT
Represents a bounding volume tree using axis-aligned bounding boxes (AABBs).
Public classAdaptiveAabbTreeT
Builds a bounding volume tree using axis-aligned bounding boxes (AABBs), which adapts automatically when items are added, moved, or removed.
Public classBasePartitionT
Public classCompressedAabbTree
Represents a compressed and optimized bounding volume tree using axis-aligned bounding boxes (AABBs).
Public classDelegatePairFilterT
Filters item pairs with the help of a user-defined callback method.
Public classDualPartitionT
Represents a spatial partition that internally uses two spatial partitions to manage items: one for static/sleeping items and one for dynamic items.
Public classDynamicAabbTreeT
Represents a dynamic bounding volume tree using axis-aligned bounding boxes (AABBs).
Public classSweepAndPruneSpaceT
Sorts items using the Sweep and Prune method.
Interfaces