#include <OPC_SphereCollider.h>
Public Member Functions | |
bool | Collide (SphereCache &cache, const Sphere &sphere, const HybridModel &model, const Matrix4x4 *worlds=null, const Matrix4x4 *worldm=null) |
HybridSphereCollider () | |
virtual | ~HybridSphereCollider () |
Protected Attributes | |
Container | mTouchedBoxes |
Definition at line 84 of file OPC_SphereCollider.h.
virtual HybridSphereCollider::~HybridSphereCollider | ( | ) | [virtual] |
bool HybridSphereCollider::Collide | ( | SphereCache & | cache, |
const Sphere & | sphere, | ||
const HybridModel & | model, | ||
const Matrix4x4 * | worlds = null , |
||
const Matrix4x4 * | worldm = null |
||
) |
Container HybridSphereCollider::mTouchedBoxes [protected] |
Definition at line 93 of file OPC_SphereCollider.h.