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

#include <OPC_LSSCollider.h>

Inheritance diagram for LSSCache:
VolumeCache

Public Member Functions

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

Public Attributes

LSS Previous
 LSS used when performing the query resulting in cached faces. More...
 
float FatCoeff
 mRadius2 multiplier used to create a fat LSS 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_LSSCollider.h.

Constructor & Destructor Documentation

LSSCache::LSSCache ( )
inline

Definition at line 25 of file OPC_LSSCollider.h.

References f.

26  {
27  Previous.mP0 = Point(0.0f, 0.0f, 0.0f);
28  Previous.mP1 = Point(0.0f, 0.0f, 0.0f);
29  Previous.mRadius = 0.0f;
30  FatCoeff = 1.1f;
31  }

Member Data Documentation

float LSSCache::FatCoeff

mRadius2 multiplier used to create a fat LSS

Definition at line 36 of file OPC_LSSCollider.h.

LSS LSSCache::Previous

LSS used when performing the query resulting in cached faces.

Definition at line 34 of file OPC_LSSCollider.h.


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