""" Line-line intersection algorithm """ # vector class from pygame cookbook http://www.pygame.org/wiki/2DVectorClass ...
Python Line-line intersection test
by Mizipzor,
December 01, 2009 17:15,
1 refactoring, tagged with python line intersection algorithm math
Line-line intersection algo...