|
JPL Spatial
Sound spatialization and propagation library
|
Speed of sound utility. More...
#include <JPLSpatial/SpeedOfSound.h>
Static Public Member Functions | |
| static constexpr float | ForTemperature (float temperatureC) |
Static Public Attributes | |
| static constexpr float | cReference = 343.2f |
| static constexpr float | cInvReference = 1.0f / cReference |
Speed of sound utility.
|
inlinestaticconstexpr |
Compute speed of sound for temperature in m/s.
| temperatureC | is temperature in C, to calculate speed of sound for |
|
staticconstexpr |