Important formulas in this chapter
So, now you have a few more tools for your toolbox. Here they are.
Convert angular velocity to x, y velocity:
vx = speed * Math.cos(angle);
vy = speed * Math.sin(angle);
You are currently reading a PREVIEW of this book.
Get instant access to over
$1 million worth of books and videos.
Start a Free Trial