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

Method kernelListR

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

Source from the content-addressed store, hash-verified

115 // Returns the list of left or right ear HRTFKernels for all the azimuths going from 0 to 360 degrees.
116 HRTFKernelList * kernelListL() { return m_kernelListL.get(); }
117 HRTFKernelList * kernelListR() { return m_kernelListR.get(); }
118
119 double elevationAngle() const { return m_elevationAngle; }
120 unsigned numberOfAzimuths() const { return NumberOfTotalAzimuths; }

Callers 1

Calls 1

getMethod · 0.80

Tested by

no test coverage detected