All Downloads are FREE. Search and download functionalities are using the official Maven repository.

us.ihmc.simulationconstructionset.MovingGroundContactModel Maven / Gradle / Ivy

There is a newer version: 0.25.2
Show newest version

package us.ihmc.simulationconstructionset;

import us.ihmc.jMonkeyEngineToolkit.GroundProfile3D;

public interface MovingGroundContactModel
{
   // public abstract void initGroundContact();
   public abstract void doGroundContact();

   public abstract void setGroundProfile(MovingGroundProfile profile);

   public abstract GroundProfile3D getGroundProfile3D();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy