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

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

There is a newer version: 0.25.2
Show newest version
package us.ihmc.simulationconstructionset;

import us.ihmc.euclid.tuple3D.Vector3D;
import us.ihmc.jMonkeyEngineToolkit.GroundProfile3D;

public interface MovingGroundProfile extends GroundProfile3D
{
   public abstract void velocityAt(double x, double y, double z, Vector3D normal);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy