Paths2D

public class Paths2D

Types

Link copied to clipboard
public interface PathStrategy

Functions

Link copied to clipboard
final Paths2D.PathStrategy randomWalk(Random random)
Link copied to clipboard
final Paths2D.PathStrategy straightLine(Cell from, Cell to)

Properties

Link copied to clipboard
public final static Paths2D INSTANCE