My Project
|
Represents a convex volume bounded by planes. More...
#include <ParaPlaneBoundedVolume.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. More... | |
bool | intersects (const Sphere &sphere) const |
Intersection test with Sphere. More... | |
std::pair< bool, float > | intersects (const Ray &ray) |
Intersection test with a Ray. More... | |
Public Attributes | |
PlaneList | planes |
Publicly accessible plane list, you can modify this direct. | |
Plane::Side | outside |
Represents a convex volume bounded by planes.
|
inline |
Intersection test with AABB.
|
inline |
Intersection test with Sphere.
|
inline |
Intersection test with a Ray.