Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SphereCache Struct Reference

#include <OPC_SphereCollider.h>

Inheritance diagram for SphereCache:
VolumeCache

Public Member Functions

 SphereCache ()
 
 ~SphereCache ()
 
- Public Member Functions inherited from VolumeCache
 VolumeCache ()
 
 ~VolumeCache ()
 

Public Attributes

Point Center
 Sphere used when performing the query resulting in cached faces. More...
 
float FatRadius2
 Sphere used when performing the query resulting in cached faces. More...
 
float FatCoeff
 mRadius2 multiplier used to create a fat sphere More...
 
- Public Attributes inherited from VolumeCache
Container TouchedPrimitives
 Indices of touched primitives. More...
 
const BaseModelModel
 Owner. More...
 

Detailed Description

Definition at line 23 of file OPC_SphereCollider.h.

Constructor & Destructor Documentation

SphereCache::SphereCache ( )
inline

Definition at line 25 of file OPC_SphereCollider.h.

References f.

25 : Center(0.0f,0.0f,0.0f), FatRadius2(0.0f), FatCoeff(1.1f) {}
SphereCache::~SphereCache ( )
inline

Definition at line 26 of file OPC_SphereCollider.h.

26 {}

Member Data Documentation

Point SphereCache::Center

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.


The documentation for this struct was generated from the following file: