|
AcousticTracer 0.1.0
An acoustic raytracing library.
|
Groups the information required for the sound source. More...
#include <at.h>
Data Fields | |
| AT_Vec3 | position |
| AT_Vec3 | direction |
| float | intensity |
Groups the information required for the sound source.
| AT_Vec3 AT_Source::direction |
Direction the source it emitting in.
| float AT_Source::intensity |
Intensity of the source. Ray energy is relative to this.
| AT_Vec3 AT_Source::position |
Position of the source in world coordinates.