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

de.gsi.chart.renderer.spi.hexagon.IPathInfoSupplier Maven / Gradle / Ivy

package de.gsi.chart.renderer.spi.hexagon;

public interface IPathInfoSupplier {
    int getMovementCost(Hexagon from, Hexagon to);

    boolean isBlockingPath(Hexagon hexagon);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy