All this time I have been treating the "mesh" function "moveWithColisions" as a function which moves a mesh by certain distance along a vector.
But when I look at the class doc, it is defined as "moveWithColisions(velocity)".
Is it velocity or distance?