Returns the number of different azimuth angles.
| 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 | |
| 181 | private: |
no outgoing calls
no test coverage detected