Code_TYMPAN  4.2.0
Industrial site acoustic simulation
Classes | Functions
Lancer.h File Reference
#include "Tympan/models/common/mathlib.h"
#include "Step.h"
Include dependency graph for Lancer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Lancer
 Describes analytical ray curve tracing. More...
 

Functions

decimal angle_depart (const decimal &a, const decimal &c, const decimal &d, const decimal &h)
 Compute the shooting angle ray in order to travel the given minimal distance. More...
 

Detailed Description

Author
Projet_Tympan

Definition in file Lancer.h.

Function Documentation

◆ angle_depart()

decimal angle_depart ( const decimal a,
const decimal c,
const decimal d,
const decimal h 
)

Compute the shooting angle ray in order to travel the given minimal distance.

Parameters
aSound speed gradient
cGround sound speed
dMinimal distance to travel
hSource height
Returns
Shot angle of the ray.

Definition at line 478 of file Lancer.cpp.