- intersect returns parameter tuples
commit98d4c91c753efc20a06a1f00295ee8bb444cdd19
authorJörg Lehmann <joergl@users.sourceforge.net>
Sat, 28 Aug 2004 18:49:54 +0000 (28 18:49 +0000)
committerJörg Lehmann <joergl@users.sourceforge.net>
Sat, 28 Aug 2004 18:49:54 +0000 (28 18:49 +0000)
treec635bb2a8ab44827aad1baed195d247935da1441
parent7d15ebfe94d5f2df4ec75bc1824806ca6f62c17a
- intersect returns parameter tuples
- removed range checks for parameters
- intersect only returns intersection points which are farther than epsilon apart
  (closed paths still have to be done)
- subnormpath checks and remembers short segments
- added close method to subnormpath
- renamed: normpathitem -> subnormpathitem
- added modified method to subnormpathitem, which returns a new subnormpathitem with changed
  start and end point
- arrowhead generation has been cleaned up

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1820 069f4177-920e-0410-937b-c2a4a81bcd90
pyx/deco.py
pyx/path.py