Apply impulse in box2dWeb-2.1.a.3.js library

A simple example of how to apply a force impulse in box2dWeb-2.1.a.3.js library.
body.ApplyImpulse(new b2Vec2(10,10), world.GetWorldCenter());

Responses

0 Replies