jointgroup.rb

Path: lib/ode/jointgroup.rb  (CVS)
Last Update: Wed Jul 27 19:46:00 EDT 2005

This file contains the Ruby half of the ODE::JointGroup class.

Synopsis

  require 'ode'

  hingeGroup = ODE::JointGroup::new( world, ODE::Joint::Hinge )

  joint1 = hingeGroup.createJoint
  joint2 = hingeGroup.createJoint

  joint1.attach( body1, body2 )
  joint2.attach( body2, body3 )

Authors

  • Michael Granger <ged@FaerieMUD.org>

Copyright © 2002, 2003 The FaerieMUD Consortium.

This work is licensed under the Creative Commons Attribution License. To view a copy of this license, visit creativecommons.org/licenses/by/1.0 or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.

Version

 $Id: jointgroup.rb 91 2005-07-27 23:45:01Z ged $

Required files

ode  

[Validate]