Class | ODE::LinearVelocity |
In: |
lib/ode/linearvelocity.rb
(CVS)
|
Parent: | ODE::Vector |
Instances of this class represent the linear velocity of a ODE::Body in an ODE::World simulation.
Version | = | /([\d\.]+)/.match( %q$Revision: 1.2 $ )[1] | Class constants | |
Rcsid | = | %q$Id: linearvelocity.rb 91 2005-07-27 23:45:01Z ged $ |
Create and return a new LinearVelocity object with the specified coordinates.
# File lib/ode/linearvelocity.rb, line 41 def initialize( x=0, y=0, z=0 ) super( x, y, z ) end