us.ihmc.simulationconstructionset.GroundContactPointsHolder Maven / Gradle / Ivy
package us.ihmc.simulationconstructionset;
import java.util.List;
public interface GroundContactPointsHolder
{
public List getGroundContactPoints(int groundContactGroupIdentifier);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy