Searched refs:xDist (Results 1 – 2 of 2) sorted by relevance
22 let xDist = (point.x - Grid.origin.x);24 return (xDist * xDist + yDist * yDist) / this.scale;
51 export function xDist(x: a.Point) { function