Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/remapper/src/general.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/general.ts";

Gets the distance between 2 points.

Parameters

A: Vec3

First point.

B: Vec3

Second point.