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
AABBCache Struct Reference

#include <OPC_AABBCollider.h>

Inheritance diagram for AABBCache:
VolumeCache

Public Member Functions

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

Public Attributes

CollisionAABB FatBox
 Box 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_AABBCollider.h.

Constructor & Destructor Documentation

AABBCache::AABBCache ( )
inline

Definition at line 25 of file OPC_AABBCollider.h.

References f.

25  : FatCoeff(1.1f)
26  {
29  }

Member Data Documentation

CollisionAABB AABBCache::FatBox

Box used when performing the query resulting in cached faces.

Definition at line 32 of file OPC_AABBCollider.h.

float AABBCache::FatCoeff

mRadius2 multiplier used to create a fat sphere

Definition at line 34 of file OPC_AABBCollider.h.


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