X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=blobdiff_plain;f=bulletml%2Fcollision.py;fp=bulletml%2Fcollision.py;h=2e88b3c0a492008a8c62cb0a23c0c92fbd9f3f4f;hp=8aa17d31725781c4cff175d11d339680785c4c14;hb=9da06c24edb2148cf6b773b58d280a1db407c5ce;hpb=261aefba910dfd4511284c48e5e0b136a1f7f32a diff --git a/bulletml/collision.py b/bulletml/collision.py index 8aa17d3..2e88b3c 100644 --- a/bulletml/collision.py +++ b/bulletml/collision.py @@ -1,7 +1,7 @@ """Simple collision check. This module provides simple collision checking appropriate for -shmups. It provides a routine to check whether two moving circles +shmups. It provides routines to check whether two moving circles collided during the past frame. An equivalent C-based version will be used automatically if it was