Public Member Functions | |
| BBoxPlanes () | |
| Default constructor doesn't perform anything. | |
| BBoxPlanes (BBox bbox) | |
| Build the planes from the BBox passed as parameter. | |
| void | BuildPlanes (BBox bbox) |
| Build the planes from the BBox passed as parameter. | |
| bool | CheckCollision (BBox bbox) |
| Check collision of the specified bbox with the plane currently stored in the member variables. Return true if there is an overlap between space regions. | |
| BBoxPlanes () | |
| Default constructor doesn't perform anything. | |
| BBoxPlanes (BBox bbox) | |
| Build the planes from the BBox passed as parameter. | |
| void | BuildPlanes (BBox bbox) |
| Build the planes from the BBox passed as parameter. | |
| bool | CheckCollision (BBox bbox) |
| Check collision of the specified bbox with the plane currently stored in the member variables. Return true if there is an overlap between space regions. | |
Definition at line 580 of file MathUtil.cs.
| DXGfxLib.BBoxPlanes.BBoxPlanes | ( | ) |
| DXGfxLib.BBoxPlanes.BBoxPlanes | ( | BBox | bbox | ) |
Build the planes from the BBox passed as parameter.
| bbox |
Definition at line 600 of file MathUtil.cs.

| DXGfxLib.BBoxPlanes.BBoxPlanes | ( | ) |
| DXGfxLib.BBoxPlanes.BBoxPlanes | ( | BBox | bbox | ) |
Build the planes from the BBox passed as parameter.
| bbox |
Definition at line 600 of file MathUtil.cs.

| void DXGfxLib.BBoxPlanes.BuildPlanes | ( | BBox | bbox | ) |
Build the planes from the BBox passed as parameter.
| bbox |
Definition at line 609 of file MathUtil.cs.
| void DXGfxLib.BBoxPlanes.BuildPlanes | ( | BBox | bbox | ) |
Build the planes from the BBox passed as parameter.
| bbox |
Definition at line 609 of file MathUtil.cs.

| bool DXGfxLib.BBoxPlanes.CheckCollision | ( | BBox | bbox | ) |
Check collision of the specified bbox with the plane currently stored in the member variables. Return true if there is an overlap between space regions.
| bbox |
Definition at line 631 of file MathUtil.cs.
| bool DXGfxLib.BBoxPlanes.CheckCollision | ( | BBox | bbox | ) |
Check collision of the specified bbox with the plane currently stored in the member variables. Return true if there is an overlap between space regions.
| bbox |
Definition at line 631 of file MathUtil.cs.

1.5.8