Method | Description | |
---|---|---|
Add ( |
Adds an entry to the broad phase.
|
|
Grid2DSortAndSweep ( ) : System |
Constructs a grid-based sort and sweep broad phase.
|
|
Grid2DSortAndSweep ( IThreadManager threadManager ) : System |
Constructs a grid-based sort and sweep broad phase.
|
|
Remove ( |
Removes an entry from the broad phase.
|
Method | Description | |
---|---|---|
UpdateMultithreaded ( ) : void | ||
UpdateSingleThreaded ( ) : void |
Method | Description | |
---|---|---|
ComputeCell ( Vector3 &v, |
||
UpdateCell ( int i ) : void | ||
UpdateEntry ( int i ) : void |
public Add ( |
||
entry | Entry to add. | |
return | void |
public Grid2DSortAndSweep ( IThreadManager threadManager ) : System | ||
threadManager | IThreadManager | Thread manager to use for the broad phase. |
return | System |
public Remove ( |
||
entry | Entry to remove. | |
return | void |