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

Method ConeEffect

src/internal/src/Cone.cpp:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9{
10
11ConeEffect::ConeEffect()
12 : m_innerAngle(360.0)
13 , m_outerAngle(360.0)
14 , m_outerGain(0.0)
15{
16}
17
18double ConeEffect::gain(FloatPoint3D sourcePosition, FloatPoint3D sourceOrientation, FloatPoint3D listenerPosition)
19{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected