Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 312 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 312 Bytes

Physics

Collision detection

  • Board-phase

    • AABB
    • Quad-tree(TODO)
  • narrow-phase

    • SAT(Separate-Axis-Theorem)
    • GJK(Gilbert–Johnson–Keerthi)(TODO)

Physics parameter

  • modify box2d(coordinate transform), box2d-lite(physics detail)

Note