AcousticTracer 0.1.0
An acoustic raytracing library.
Loading...
Searching...
No Matches
AT_Source Struct Reference

Groups the information required for the sound source. More...

#include <at.h>

Data Fields

AT_Vec3 position
AT_Vec3 direction
float intensity

Detailed Description

Groups the information required for the sound source.

Field Documentation

◆ direction

AT_Vec3 AT_Source::direction

Direction the source it emitting in.

◆ intensity

float AT_Source::intensity

Intensity of the source. Ray energy is relative to this.

◆ position

AT_Vec3 AT_Source::position

Position of the source in world coordinates.


The documentation for this struct was generated from the following file:
  • include/acoustic/at.h