Exide / top-down-arena-shooter

MIT License
0 stars 0 forks source link

Return a MTV from the SAT implementation #35

Closed Exide closed 6 years ago

Exide commented 6 years ago

MTV = Minimum Translation Vector

It is the smallest overlap on a non-separated axis. Basically, the shortest distance the object needs to be translated to no longer be colliding.

Exide commented 6 years ago

https://github.com/Exide/top-down-arena-shooter/blob/5fa793f973319074e6c45ca0cd091593fc5b6c96/utils/sat.js#L23-L27

Looks like we're already keeping track of the MTV. We're just not returning it.