Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/remapper/src/mod.ts>getDist

A framework for Beat Saber map scripting.
Go to Latest
function getDist
import { getDist } from "https://deno.land/x/remapper@3.0.0/src/mod.ts";

Gets the distance between 2 points.

Parameters

A: Vec3

First point.

B: Vec3

Second point.