UNPKG

officekit

Version:

A toolkit to represent and visualize office spaces. It also provides functionality to simulate usage of offices, and calculate a score given a fitness function. It also have functionatlity for automatic allocation of offices using a genetic algorithm.

8 lines (7 loc) 170 B
export declare class Point { x: number; y: number; constructor(x: number, y: number); private static getCacheKey; distanceTo(point: Point): number; }