UNPKG

rxjs-gestures

Version:

A library for reacting to future user input.

4 lines (3 loc) 86 B
export function epsilon(w, h, dx, dy) { return (w * h) < (dx * dx) + (dy * dy); }