UNPKG

@mousepox/math

Version:

Math-related objects and utilities

4 lines (3 loc) 177 B
import { IPoint } from "./core"; import { Grid } from "./Grid"; export declare function astar(grid: Grid, x1: number, y1: number, x2: number, y2: number): IPoint[] | undefined;