Public Member Functions | |
| PlaneBoundedVolume () | |
| PlaneBoundedVolume (PlaneSide outside) | |
| bool | Intersects (AxisAlignedBox box) |
| bool | Intersects (Sphere sphere) |
Public Attributes | |
| PlaneList | planes = new PlaneList() |
| PlaneSide | outside |
|
|
Default constructor. |
|
|
Constructor. Side of the plane to be considered 'outside'. |
|
|
Intersection test with <see cref="Sphere"/>. Sphere to test. True if the sphere intersects this volume, and false otherwise. |
|
|
Intersection test with an <see cref="AxisAlignedBox"/>. May return false positives but will never miss an intersection. Box to test. True if interesecting, false otherwise. |
|
|
Side of the plane to be considered 'outside'. |
|
|
Publicly accessible plane list, you can modify this direct. |
1.3.6