move helper to mathutils; implement cubic and quartic polynom root solver
commite2165a5c580ec2a6ecb2bb880f7bdc190584a592
authorAndré Wobst <wobsta@users.sourceforge.net>
Fri, 10 Feb 2006 16:48:22 +0000 (10 16:48 +0000)
committerAndré Wobst <wobsta@users.sourceforge.net>
Fri, 10 Feb 2006 16:48:22 +0000 (10 16:48 +0000)
tree52eb3edc60a0a265622cc7068df8981891959cc1
parent7bb22db850ccd5cd40df0cac0950c373b3286ec0
move helper to mathutils; implement cubic and quartic polynom root solver

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2544 069f4177-920e-0410-937b-c2a4a81bcd90
pyx/connector.py
pyx/deformer.py
pyx/helper.py [deleted file]
pyx/mathutils.py [new file with mode: 0644]
pyx/normpath.py
pyx/unit.py
test/unit/test_mathutils.py [new file with mode: 0644]