|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
Data structure to store geometrical data of the surface from which comes a triangle. More...
#include <entities.hpp>


Public Member Functions | |
| virtual | ~AcousticFaceGeomData () |
Public Attributes | |
| double | a |
| Horizontal extension of the surface. More... | |
| double | h |
| Vertical extension of the surface. More... | |
| OVector3D | n |
| Normal to the surface. More... | |
Data structure to store geometrical data of the surface from which comes a triangle.
Definition at line 203 of file entities.hpp.
|
inlinevirtual |
Definition at line 205 of file entities.hpp.
| double tympan::AcousticFaceGeomData::a |
Horizontal extension of the surface.
Definition at line 207 of file entities.hpp.
| double tympan::AcousticFaceGeomData::h |
Vertical extension of the surface.
Definition at line 208 of file entities.hpp.
| OVector3D tympan::AcousticFaceGeomData::n |
Normal to the surface.
Definition at line 209 of file entities.hpp.