#include <Render_Device.h>
Public Member Functions | |
void | Add (const Planef &p) |
bool | TestPoint (const Vector3f &p) const |
bool | TestRay (const Vector3f &origin, const Vector3f &norm, float &len, Planef *ph=NULL) const |
Public Attributes | |
Array< Planef > | Planes |
Definition at line 322 of file Render_Device.h.
void OVR::Render::CollisionModel::Add | ( | const Planef & | p | ) | [inline] |
Definition at line 327 of file Render_Device.h.
bool OVR::Render::CollisionModel::TestPoint | ( | const Vector3f & | p | ) | const |
Definition at line 985 of file Render_Device.cpp.
bool OVR::Render::CollisionModel::TestRay | ( | const Vector3f & | origin, |
const Vector3f & | norm, | ||
float & | len, | ||
Planef * | ph = NULL |
||
) | const |
Definition at line 996 of file Render_Device.cpp.
Definition at line 325 of file Render_Device.h.