Click or drag to resize
DigitalRuneDynamicAabbTree<T> Properties

The DynamicAabbTree< 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 propertyBottomUpBuildThreshold
Gets or sets the threshold that determines when a bottom-up tree build method is used.
Public propertyCount (Inherited from BasePartition<T>.)
Public propertyEnableMotionPrediction
Gets a value indicating whether motion prediction is enabled.
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>.)
Public propertyMotionPrediction
Gets or sets the number of frames a linear motion is predicted into the future. (Only applied if motion prediction is enabled.)
Public propertyOptimizationPerFrame
Gets or set the amount of incremental optimization per frame (time step).
Public propertyRelativeMargin
Gets or sets a relative margin that is added to the AABB of moving objects. (Only applied if motion prediction is enabled.)
Top
Explicit Interface Implementations
See Also