intercircle ($Date: 2008/21/04 $) | index /home/enrique/Desktop/backup/babbleold/script/reprap/pyRepRap_v0.1/intercircle.py |
Intercircle is a collection of utilities for intersecting circles, used to get smooth loops around a collection of points and inset & outset loops.
To use intercircle, install python 2.x on your machine, which is available from http://www.python.org/download/
Then in the folder which intercircle is in, type 'python' in a shell to run the python interpreter. Finally type
'import intercircle' to import these utilities and 'from vec3 import Vec3' to import the Vec3 class.
Below are examples of euclidean use.
>>> import intercircle
>>> from vec3 import Vec3
Modules | ||||||
|
Classes | ||||||||||||||||||
|
Functions | ||
|
Data | ||
__author__ = 'Enrique Perez (perez_enrique@yahoo.com)' __date__ = '$Date: 2008/21/04 $' __license__ = 'GPL 3.0' |
Author | ||
Enrique Perez (perez_enrique@yahoo.com) |