Author: ArcRiley
Date: 2008-01-20 01:11:39 +0000 (Sun, 20 Jan 2008)
New Revision: 791
Modified:
trunk/pysoy/include/ode.pxd
Log:
some more functions, ode.pxd is still incomplete
Modified: trunk/pysoy/include/ode.pxd
===================================================================
--- trunk/pysoy/include/ode.pxd 2008-01-20 00:46:30 UTC (rev 790)
+++ trunk/pysoy/include/ode.pxd 2008-01-20 01:11:39 UTC (rev 791)
@@ -488,3 +488,12 @@
cdef int dCreateGeomClass ( )
cdef dGeomID dCreateGeom ( int )
+ # Math Functions
+ cdef dReal dSqrt ( dReal )
+ cdef dReal dRecipSqrt ( dReal )
+ cdef dReal dSin ( dReal )
+ cdef dReal dCos ( dReal )
+ cdef dReal dFabs ( dReal )
+ cdef dReal dAtan2 ( dReal, dReal )
+ cdef dReal dFMod ( dReal, dReal )
+ cdef dReal dDISTANCE ( dVector3, dVector3 )
_______________________________________________
PySoy-SVN mailing list
[email protected]
http://www.pysoy.org/mailman/listinfo/pysoy-svn