|
AcousticTracer 0.1.0
An acoustic raytracing library.
|
| CAT_AABB | Axis-Aligned Bounding Box for triangle(s) |
| CAT_Material | Holds the material absorption and scattering coefficients |
| CAT_Model | Groups the necessary information representing the 3D model |
| CAT_Scene | Groups the necessary information representing the scene |
| CAT_SceneConfig | Groups the scene config settings together |
| CAT_Settings | The simulation's settings |
| CAT_Simulation | Groups the necessary simulation data |
| CAT_Source | Groups the information required for the sound source |
| CAT_Triangle | Groups three AT_Vec3 to represent a triangle |
| CAT_Vec3 | Groups three floats to represent a vector of size 3 |
| CAT_Vec3i | Groups three integers to represent a vector of size 3 |