EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
Loading...
Searching...
No Matches
echomap::Position Struct Reference

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.

Detailed Description

A generic 3D position structure.

Definition at line 19 of file Position.hpp.

Member Data Documentation

◆ x

float echomap::Position::x = 0.0f

The X co-ordinate.

Definition at line 21 of file Position.hpp.

◆ y

float echomap::Position::y = 0.0f

The Y co-ordinate.

Definition at line 22 of file Position.hpp.

◆ z

float echomap::Position::z = 0.0f

The Z co-ordinate.

Definition at line 23 of file Position.hpp.


The documentation for this struct was generated from the following file: