CSL  6.0
ShoeBox.cpp File Reference
#include "ShoeBox.h"
#include "CSL_Core.h"

Go to the source code of this file.

Macros

#define SPEED_OF_SOUND   0.341
 

Variables

const float kWoodCoefficient = 0.85
 
const float kMarbleCoefficient = 0.99
 
const float kConcreteCoefficient = 0.98
 
const float kBrockCoefficient = 0.97
 
const float kGlassCoefficient = 0.96
 

Macro Definition Documentation

#define SPEED_OF_SOUND   0.341

Variable Documentation

const float kWoodCoefficient = 0.85

Definition at line 19 of file ShoeBox.cpp.

Referenced by csl::ShoeBox::setWallMaterialsDamp().

const float kMarbleCoefficient = 0.99

Definition at line 20 of file ShoeBox.cpp.

Referenced by csl::ShoeBox::setWallMaterialsDamp().

const float kConcreteCoefficient = 0.98

Definition at line 21 of file ShoeBox.cpp.

Referenced by csl::ShoeBox::setWallMaterialsDamp().

const float kBrockCoefficient = 0.97

Definition at line 22 of file ShoeBox.cpp.

Referenced by csl::ShoeBox::setWallMaterialsDamp(), and csl::ShoeBox::ShoeBox().

const float kGlassCoefficient = 0.96

Definition at line 23 of file ShoeBox.cpp.

Referenced by csl::ShoeBox::setWallMaterialsDamp().