#include <Opcode.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 |
Constructor.
Definition at line 590 of file OPC_SphereCollider.cpp.
HybridSphereCollider::~HybridSphereCollider | ( | ) | [virtual] |
Destructor.
Definition at line 599 of file OPC_SphereCollider.cpp.
bool HybridSphereCollider::Collide | ( | SphereCache & | cache, |
const Sphere & | sphere, | ||
const HybridModel & | model, | ||
const Matrix4x4 * | worlds = null , |
||
const Matrix4x4 * | worldm = null |
||
) |
Definition at line 603 of file OPC_SphereCollider.cpp.
Container Opcode::HybridSphereCollider::mTouchedBoxes [protected] |