Method | Description | |
---|---|---|
Add ( |
Adds an entry to the broad phase.
|
|
MergeSections ( int a, int b ) : void | ||
Remove ( |
Removes an entry from the broad phase.
|
|
SortAndSweep1D ( ) : System |
Constructs a new sort and sweep broad phase.
|
|
SortAndSweep1D ( IThreadManager threadManager ) : System |
Constructs a new sort and sweep broad phase.
|
|
SortSection ( int section ) : void | ||
Sweep ( int segment ) : void |
Method | Description | |
---|---|---|
UpdateMultithreaded ( ) : void | ||
UpdateSingleThreaded ( ) : void |
public Add ( |
||
entry | Entry to add. | |
return | void |
public Remove ( |
||
entry | Entry to remove. | |
return | void |
public SortAndSweep1D ( IThreadManager threadManager ) : System | ||
threadManager | IThreadManager | Thread manager to use in the broad phase. |
return | System |