MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / setVelocity

Method setVelocity

SPlisHSPlasH/Emitter.h:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 void setRotation(const Matrix3r& r) { m_rotation = r; }
73 const Real getVelocity() const { return m_velocity; }
74 void setVelocity(const Real v) { m_velocity = v; }
75 const unsigned int getObjectId() const { return m_objectId; }
76 void setObjectId(const unsigned int v) { m_objectId = v; }
77 };

Callers 4

stepFunction · 0.45
time_step_callbackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected