#include <math.h>#include "vector3.h"Go to the source code of this file.
Defines | |
| #define | RAD2DEG 57.2957795130823208772 |
| #define | dB2Pressure(dB) pow(10.0, (dB)/20.0) |
| #define | Pressure2dB(p) (20.0*log10(p)) |
Functions | |
| void | getViewerPos (vector3 *v) |
| void | getPlanePosition (int i, vector3 *v) |
| double | DistFromPlane (int i) |
| double | AngleFromPlane (int i) |
| double | getPlaneSpeed (int i) |
| void | getPlaneVelocity (int i, vector3 *v) |
| double | ObserverDistance () |
| double | SoundDBforPlane (int i) |
| double | TotalNoiseFromAllPlanes () |
| void | MinMaxDistanceFromPlanes (double *min, double *max) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001