Searched defs:setVelocity (Results 1 – 2 of 2) sorted by relevance
66 void setVelocity(double x, double y, double z) { setVelocity(FloatPoint3D(x, y, z)); } in setVelocity() function67 void setVelocity(const FloatPoint3D &velocity) { m_velocity = velocity; } in setVelocity() function
87 void setVelocity(float x, float y, float z) { m_velocity = FloatPoint3D(x, y, z); } in setVelocity() function