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

us.ihmc.simulationconstructionset.physics.engine.featherstone.CollisionDerivativeVector Maven / Gradle / Ivy

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

public interface CollisionDerivativeVector extends java.io.Serializable
{
   public abstract void derivs(double x, double[] y, double[] dydx) throws CollisionDerivativeException;

   public abstract boolean isStuck(double[] y);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy