us.ihmc.simulationconstructionset.scripts.Script Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simulation-construction-set
Show all versions of simulation-construction-set
Simulation Construction Set
package us.ihmc.simulationconstructionset.scripts;
public interface Script
{
public abstract void doScript(double t);
}