#include <PlaneBoundedVolume.h>
Public Types | |
typedef std::vector< Plane > | PlaneList |
Public Member Functions | |
PlaneBoundedVolume (Plane::Side theOutside) | |
Constructor, determines which side is deemed to be 'outside'. | |
bool | intersects (const AxisAlignedBox &box) const |
Intersection test with AABB. | |
bool | intersects (const Sphere &sphere) const |
Intersection test with Sphere. | |
std::pair< bool, Real > | intersects (const Ray &ray) |
Intersection test with a Ray. | |
Public Attributes | |
PlaneList | planes |
Publicly accessible plane list, you can modify this direct. | |
Plane::Side | outside |
|
Intersection test with a Ray.
|
|
Intersection test with Sphere.
|
|
Intersection test with AABB.
|