Author: JonNeal Date: 2008-03-03 18:44:32 -0500 (Mon, 03 Mar 2008) New Revision: 1012
Modified: trunk/pysoy/include/ode.pxd Log: Extra ode fungtions I missed Modified: trunk/pysoy/include/ode.pxd =================================================================== --- trunk/pysoy/include/ode.pxd 2008-03-03 23:39:26 UTC (rev 1011) +++ trunk/pysoy/include/ode.pxd 2008-03-03 23:44:32 UTC (rev 1012) @@ -697,3 +697,10 @@ int, int, int ) void dRemoveRowCol ( dReal*, int, int, int ) dReal dDISTANCE ( dVector3, dVector3 ) + dReal dSqrt ( dReal ) + dReal dRecipSqrt ( dReal ) + dReal dSin ( dReal ) + dReal dCos ( dReal ) + dReal dFabs ( dReal ) + dReal dAtan2 ( dReal, dReal ) + dReal dFMod ( dReal, dReal ) _______________________________________________ PySoy-SVN mailing list PySoy-SVN@pysoy.org http://www.pysoy.org/mailman/listinfo/pysoy-svn