Click or drag to resize
DigitalRuneDynamicAabbTreeTEnableMotionPrediction Property
Gets a value indicating whether motion prediction is enabled.

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

Property Value

Type: Boolean
if motion prediction is enabled; otherwise, . The default value is .
Remarks
Motion prediction analyzes the movement of items to estimate their velocity. The AABB of moving items is increased to avoid reduce tree updates because of movement. Motion prediction should be enabled if the spatial partition contains many moving objects.
See Also