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.Matrix

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

( interface Matrix )

Properties

elements: number[]

Array with matrix values.

Methods

identity(): Matrix

identity():T;

copy(m: this): this

copy(m:T):T;

multiplyScalar(s: number): Matrix

multiplyScalar(s:number):T;

determinant(): number
transpose(): Matrix

transpose():T;

invert(): Matrix

invert():T;

clone(): Matrix

clone():T;