circles intersection and tourel beacon
authorzer0 <zer0@carbon.local>
Sun, 20 Dec 2009 16:48:29 +0000 (17:48 +0100)
committerzer0 <zer0@carbon.local>
Sun, 20 Dec 2009 16:48:29 +0000 (17:48 +0100)
commit80386d268a58da2be3eeca83f254c980a047b34f
tree7e189e7b2a302e62941a605d7d553f716840f1ab
parentbd8acd4f11e6720c96946a7537df5538c0a9a5d4
circles intersection and tourel beacon
15 files changed:
modules/base/math/geometry/Makefile
modules/base/math/geometry/circles.c [new file with mode: 0644]
modules/base/math/geometry/circles.h [new file with mode: 0644]
modules/base/math/geometry/lines.c
modules/base/math/geometry/lines.h
modules/base/math/geometry/polygon.c
modules/base/math/geometry/polygon.h
modules/base/math/geometry/vect_base.c
modules/base/math/geometry/vect_base.h
projects/microb2010/tests/tourel_beacon/.config [new file with mode: 0644]
projects/microb2010/tests/tourel_beacon/.config.old [new file with mode: 0644]
projects/microb2010/tests/tourel_beacon/Makefile [new file with mode: 0644]
projects/microb2010/tests/tourel_beacon/error_config.h [new file with mode: 0644]
projects/microb2010/tests/tourel_beacon/graph.py [new file with mode: 0644]
projects/microb2010/tests/tourel_beacon/main.c [new file with mode: 0644]