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

Method outerAngle

src/internal/Cone.h:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27 void setOuterAngle(double outerAngle) { m_outerAngle = outerAngle; }
28 double outerAngle() const { return m_outerAngle; }
29
30 void setOuterGain(double outerGain) { m_outerGain = outerGain; }
31 double outerGain() const { return m_outerGain; }

Callers 1

coneOuterAngleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected