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

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