/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /** * * @author nbriere */ public interface iHeightField { double f(double x, double y); }