C# Class BEPUphysics.BroadPhaseSystems.Hierarchies.DynamicHierarchy

Broad phase that incrementally updates the internal tree acceleration structure.
This is a good all-around broad phase; its performance is consistent and all queries are supported and speedy. The memory usage is higher than simple one-axis sort and sweep, but a bit lower than the Grid2DSortAndSweep option.
Inheritance: BroadPhase
显示文件 Open project: Indiefreaks/igf Class Usage Examples

Public Methods

Method Description
DynamicHierarchy ( ) : System

Constructs a new dynamic hierarchy broad phase.

DynamicHierarchy ( IThreadManager threadManager ) : System

Constructs a new dynamic hierarchy broad phase.

Method Details

DynamicHierarchy() public method

Constructs a new dynamic hierarchy broad phase.
public DynamicHierarchy ( ) : System
return System

DynamicHierarchy() public method

Constructs a new dynamic hierarchy broad phase.
public DynamicHierarchy ( IThreadManager threadManager ) : System
threadManager IThreadManager Thread manager to use in the broad phase.
return System