|
CSL
6.0
|
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 |
| #define SPEED_OF_SOUND 0.341 |
Definition at line 25 of file ShoeBox.cpp.
Referenced by csl::ShoeBox::calculateReflections(), and csl::ShoeBox::findNumReflectionsFromTime().
| 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().