liabru / matter-js

a 2D rigid body physics engine for the web ▲● ■
MIT License
16.83k stars 1.96k forks source link

Speed Calculation #464

Closed Magic-Bytes closed 7 years ago

Magic-Bytes commented 7 years ago

It takes a ball in free fall 618 ms (37 step, about 16.7 ms per step) to achieve 20 (speed). How is speed calculated?

liabru commented 7 years ago

The engine uses verlet integration, if that's what you mean?