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

Method velocityX

include/LabSound/core/PannerNode.h:100–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 void setVelocity(float x, float y, float z) { setVelocity(FloatPoint3D(x, y, z)); }
99 void setVelocity(const FloatPoint3D & velocity);
100 std::shared_ptr<AudioParam> velocityX() const { return m_velocityX; }
101 std::shared_ptr<AudioParam> velocityY() const { return m_velocityY; }
102 std::shared_ptr<AudioParam> velocityZ() const { return m_velocityZ; }
103

Callers 1

dopplerRateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected