Author: ArcRiley Date: 2008-09-03 04:46:36 -0400 (Wed, 03 Sep 2008) New Revision: 1353
Modified: trunk/pysoy/src/actions/Torque.pym trunk/pysoy/src/atoms/Axis.pym Log: No Ticket : * improved docs on atoms.Axis and actions.Torque Modified: trunk/pysoy/src/actions/Torque.pym =================================================================== --- trunk/pysoy/src/actions/Torque.pym 2008-09-03 08:36:20 UTC (rev 1352) +++ trunk/pysoy/src/actions/Torque.pym 2008-09-03 08:46:36 UTC (rev 1353) @@ -23,6 +23,11 @@ This L{action<soy.action.Action>} adds rotational force (torque) to a target L{body<soy.bodies.Body>} when activated. + U{Right hand rule<http://en.wikipedia.org/wiki/Right_hand_rule>}; + When you hold your right fist with your thumb out in the direction of + the L{axis<soy.atoms.Axis>}, the applied torque will follow the direction + of your curled fingers from palm to tip. See wikipedia entry for more. + @type target : soy.bodies.Body @param target : Body which torque will be applied to @type vector : soy.atoms.Axis Modified: trunk/pysoy/src/atoms/Axis.pym =================================================================== --- trunk/pysoy/src/atoms/Axis.pym 2008-09-03 08:36:20 UTC (rev 1352) +++ trunk/pysoy/src/atoms/Axis.pym 2008-09-03 08:46:36 UTC (rev 1353) @@ -21,5 +21,5 @@ cdef class Axis (Vector) : '''soy.atoms.Axis - An axis is a rotational L{vector<soy.atoms.Vector>}. + This is a rotational L{vector<soy.atoms.Vector>}. ''' _______________________________________________ PySoy-SVN mailing list PySoy-SVN@pysoy.org http://www.pysoy.org/mailman/listinfo/pysoy-svn