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

x/remapper/src/deps.ts>three.Box2

A framework for Beat Saber map scripting.
Go to Latest
class three.Box2
import { three } from "https://deno.land/x/remapper@2.1.0/src/deps.ts";
const { Box2 } = three;

Constructors

new
Box2(min?: Vector2, max?: Vector2)

Methods

clampPoint(point: Vector2, target: Vector2): Vector2
clone(): this
containsBox(box: Box2): boolean
containsPoint(point: Vector2): boolean
copy(box: Box2): this
distanceToPoint(point: Vector2): number
deprecated
empty(): any
equals(box: Box2): boolean
expandByScalar(scalar: number): Box2
intersectsBox(box: Box2): boolean
isEmpty(): boolean
deprecated
isIntersectionBox(b: any): any
set(min: Vector2, max: Vector2): Box2
union(box: Box2): Box2