""" 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
def openfile(path): global lines return open(path).readlines() ...
Python fixcase.py
While porting way to many f...
// routine for loading all grass sprites we can find char buffer[32]; std::string setname = "jungle"; ...
C++ Call sprintf_s only once
Can this routine be done wi...
import random, math, glob, sys from PIL import Image ...
Python On Dijkstra to find two points...
by Mizipzor,
January 25, 2009 21:02
Seems to be working now. It...
import random INFINITE=1000000000 ...
Python Dijkstra to find two points...
by Mizipzor,
January 25, 2009 15:43,
1 refactoring, tagged with math, algorithm, path, dijkstra, pathfinding
Discussed on: http://stacko...
Line-line intersection algo...