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

x/remapper/src/general.ts>Bounds

A framework for Beat Saber map scripting.
Latest
type alias Bounds
import { type Bounds } from "https://deno.land/x/remapper@3.1.2/src/general.ts";
definition: { lowBound: Vec3; highBound: Vec3; scale: Vec3; midPoint: Vec3; }