Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/caviar/web/src/math/distance.ts>distanceBetweenSquared

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Go to Latest
variable distanceBetweenSquared
import { distanceBetweenSquared } from "https://deno.land/x/caviar@2.4.11/web/src/math/distance.ts";

type

(a: Coordinate, b: Coordinate) => unknown