From: Matthias B. <mb...@us...> - 2004-07-31 12:28:12
|
Update of /cvsroot/pyode/pyode/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14578/src Modified Files: ode.pyx Log Message: Added some more missing methods and doc strings. Index: ode.pyx =================================================================== RCS file: /cvsroot/pyode/pyode/src/ode.pyx,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ode.pyx 29 Jul 2004 20:57:38 -0000 1.7 --- ode.pyx 31 Jul 2004 12:28:02 -0000 1.8 *************** *** 53,56 **** --- 53,57 ---- - GeomRay - GeomTransform + - GeomTriMesh / TriMeshData Functions: |