Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <OPC_SphereCollider.h>
Protected Attributes | |
Container | mTouchedBoxes |
![]() | |
Point | mCenter |
Sphere center. More... | |
float | mRadius2 |
Sphere radius squared. More... | |
![]() | |
Container * | mTouchedPrimitives |
List of touched primitives. More... | |
Point | mCenterCoeff |
Point | mExtentsCoeff |
udword | mNbVolumeBVTests |
Number of Volume-BV tests. More... | |
udword | mNbVolumePrimTests |
Number of Volume-Primitive tests. More... | |
![]() | |
udword | mFlags |
Bit flags. More... | |
const BaseModel * | mCurrentModel |
Current model for collision query (owner of touched faces) More... | |
const MeshInterface * | mIMesh |
User-defined mesh interface. More... | |
Additional Inherited Members | |
![]() | |
void | _Collide (const AABBCollisionNode *node) |
void | _Collide (const AABBNoLeafNode *node) |
void | _Collide (const AABBQuantizedNode *node) |
void | _Collide (const AABBQuantizedNoLeafNode *node) |
void | _Collide (const AABBTreeNode *node) |
void | _CollideNoPrimitiveTest (const AABBCollisionNode *node) |
void | _CollideNoPrimitiveTest (const AABBNoLeafNode *node) |
void | _CollideNoPrimitiveTest (const AABBQuantizedNode *node) |
void | _CollideNoPrimitiveTest (const AABBQuantizedNoLeafNode *node) |
inline_ bool | SphereContainsBox (const Point &bc, const Point &be) |
inline_ bool | SphereAABBOverlap (const Point ¢er, const Point &extents) |
bool | SphereTriOverlap (const Point &vert0, const Point &vert1, const Point &vert2) |
bool | InitQuery (SphereCache &cache, const Sphere &sphere, const Matrix4x4 *worlds=null, const Matrix4x4 *worldm=null) |
Definition at line 84 of file OPC_SphereCollider.h.
HybridSphereCollider::HybridSphereCollider | ( | ) |
|
virtual |
bool HybridSphereCollider::Collide | ( | SphereCache & | cache, |
const Sphere & | sphere, | ||
const HybridModel & | model, | ||
const Matrix4x4 * | worlds = null , |
||
const Matrix4x4 * | worldm = null |
||
) |
|
protected |
Definition at line 93 of file OPC_SphereCollider.h.