|
EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
|
A generic 3D position structure. More...
#include <Position.hpp>
Public Attributes | |
| float | x = 0.0f |
| The X co-ordinate. | |
| float | y = 0.0f |
| The Y co-ordinate. | |
| float | z = 0.0f |
| The Z co-ordinate. | |
A generic 3D position structure.
Definition at line 19 of file Position.hpp.
| float echomap::Position::x = 0.0f |
The X co-ordinate.
Definition at line 21 of file Position.hpp.
| float echomap::Position::y = 0.0f |
The Y co-ordinate.
Definition at line 22 of file Position.hpp.
| float echomap::Position::z = 0.0f |
The Z co-ordinate.
Definition at line 23 of file Position.hpp.