Cafu Engine
cf::PatchT Struct Reference

Public Attributes

VectorT UnradiatedEnergy
 The energy that has not yet been radiated into the environment (per unit time per unit area). More...
 
VectorT TotalEnergy
 The energy that this patch radiates into the environment (per unit time per unit area). More...
 
VectorT EnergyFromDir
 The main (average) direction from which the total energy arrived at the patch. More...
 
VectorT Coord
 Position (+safety) in world space of the center of the patch. Valid only if InsideFace==true. More...
 
VectorT Normal
 The normal vector of the patch surface. More...
 
double Area
 The area of the patch surface. More...
 
bool InsideFace
 InsideFace==true <==> this patch is not completely outside its face. More...
 

Member Data Documentation

double cf::PatchT::Area

The area of the patch surface.

VectorT cf::PatchT::Coord

Position (+safety) in world space of the center of the patch. Valid only if InsideFace==true.

VectorT cf::PatchT::EnergyFromDir

The main (average) direction from which the total energy arrived at the patch.

bool cf::PatchT::InsideFace

InsideFace==true <==> this patch is not completely outside its face.

VectorT cf::PatchT::Normal

The normal vector of the patch surface.

VectorT cf::PatchT::TotalEnergy

The energy that this patch radiates into the environment (per unit time per unit area).

VectorT cf::PatchT::UnradiatedEnergy

The energy that has not yet been radiated into the environment (per unit time per unit area).


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