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

Method setPosition

src/core/PannerNode.cpp:200–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void PannerNode::setPosition(const FloatPoint3D & position)
201{
202 m_positionX->setValue(position.x);
203 m_positionY->setValue(position.y);
204 m_positionZ->setValue(position.z);
205}
206
207void PannerNode::setVelocity(const FloatPoint3D & velocity)
208{

Callers 1

playMethod · 0.45

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected