hmi.physics.ode
Class Tools

java.lang.Object
  extended by hmi.physics.ode.Tools

public class Tools
extends Object


Constructor Summary
Tools()
           
 
Method Summary
static org.odejava.GeomTriMesh getGeomTriMesh(GMesh gm)
          Creates a GeomTrimes from the original vertices and normals set in a GenericMesh
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tools

public Tools()
Method Detail

getGeomTriMesh

public static org.odejava.GeomTriMesh getGeomTriMesh(GMesh gm)
Creates a GeomTrimes from the original vertices and normals set in a GenericMesh

Parameters:
gm - the generic mesh
Returns:
the new GeomTriMesh