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
Afficher le fichier Open project: Indiefreaks/igf Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Constructs a new dynamic hierarchy broad phase.
public DynamicHierarchy ( ) : System
Résultat System

DynamicHierarchy() public méthode

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