X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=blobdiff_plain;f=bulletml%2Fcollision.py;fp=bulletml%2Fcollision.py;h=1683e58f6ca70fa583e65e9e967835d2c6831472;hp=0394ed3b929b0f2edf2b6b768be3b389c4e3c8a5;hb=ee9429c2c319d5d794e49da7b0fe13fca9945194;hpb=dfa19460a1f1a27431ed5a4a86ebe0334ece15cf diff --git a/bulletml/collision.py b/bulletml/collision.py index 0394ed3..1683e58 100644 --- a/bulletml/collision.py +++ b/bulletml/collision.py @@ -4,8 +4,9 @@ This module provides simple collision checking appropriate for shmups. It provides a routine to check whether two moving circles collided during the past frame. -If Pyrex was available when installing, this will used optimized -versions of the functions. +An equivalent C-based version will be used automatically if it was +compiled and installed with the module. If available, it will be noted +in the docstrings for the functions. Basic Usage: