#include <Opcode.h>
Protected Attributes | |
Container | mTouchedBoxes |
Protected Attributes inherited from Opcode::SphereCollider | |
Point | mCenter |
Sphere center. More... | |
float | mRadius2 |
Sphere radius squared. More... | |
Protected Attributes inherited from Opcode::VolumeCollider | |
Point | mCenterCoeff |
Point | mExtentsCoeff |
udword | mNbVolumeBVTests |
Number of Volume-BV tests. More... | |
udword | mNbVolumePrimTests |
Number of Volume-Primitive tests. More... | |
Container * | mTouchedPrimitives |
List of touched primitives. More... | |
Protected Attributes inherited from Opcode::Collider | |
const BaseModel * | mCurrentModel |
Current model for collision query (owner of touched faces) More... | |
udword | mFlags |
Bit flags. More... | |
const MeshInterface * | mIMesh |
User-defined mesh interface. More... | |
HybridSphereCollider::HybridSphereCollider | ( | ) |
Constructor.
Definition at line 590 of file OPC_SphereCollider.cpp.
|
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.
|
protected |