MCPcopy Create free account
hub / github.com/LabSound/LabSound / numberOfAzimuths

Method numberOfAzimuths

src/internal/HRTFDatabase.h:178–178  ·  view source on GitHub ↗

Returns the number of different azimuth angles.

Source from the content-addressed store, hash-verified

176
177 // Returns the number of different azimuth angles.
178 static unsigned numberOfAzimuths() { return HRTFElevation::NumberOfTotalAzimuths; }
179 int numberOfElevations() const { return (int) m_elevations.size(); }
180
181private:

Callers 2

loadHrtfDatabaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected