Functions | |
rets | ImpactLaw (type q, type qdot_minus, type ContactState) |
Compute the velocity of system after an impact. |
Email(s): Pierre-Brice.Wieber@inria.fr
Description:
Modifications: $Log$ Revision 1.4 2005/05/04 13:13:15 billet Correction and changes for doxygen documentation
Revision 1.3 2005/05/03 11:45:16 billet Comments for doxygen documentation
Revision 1.2 2005/04/07 15:38:37 wieber Added the possibility to restrict the dynamics to a set of ActiveDOF.
Revision 1.1.1.1 2005/02/08 13:08:23 rpissard version start HuMAnS
rets ImpactLaw | ( | type | q, | |
type | qdot_minus, | |||
type | ContactState | |||
) |
Compute the velocity of system after an impact.
q | (float vector, size = NDOF) position | |
qdot_minus | (float vector, size = NDOF) velocity just before impact | |
ContactState | (boolean vector, size = NCONTACTS) state of contacts |
HuMAnS |