#include <OPC_SphereCollider.h>
Public Member Functions | |
SphereCache () | |
~SphereCache () | |
Public Attributes | |
Point | Center |
Sphere used when performing the query resulting in cached faces. | |
float | FatCoeff |
mRadius2 multiplier used to create a fat sphere | |
float | FatRadius2 |
Sphere used when performing the query resulting in cached faces. |
Definition at line 23 of file OPC_SphereCollider.h.
SphereCache::SphereCache | ( | ) | [inline] |
Definition at line 25 of file OPC_SphereCollider.h.
SphereCache::~SphereCache | ( | ) | [inline] |
Definition at line 26 of file OPC_SphereCollider.h.
Sphere used when performing the query resulting in cached faces.
Definition at line 29 of file OPC_SphereCollider.h.
float SphereCache::FatCoeff |
mRadius2 multiplier used to create a fat sphere
Definition at line 32 of file OPC_SphereCollider.h.
float SphereCache::FatRadius2 |
Sphere used when performing the query resulting in cached faces.
Definition at line 30 of file OPC_SphereCollider.h.