/** * */ package org.jbox2d.collision; /** * @author eric * */ public interface SortKeyFunc { public float apply(Object shape); }