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

x/remapper/src/general.ts>combineTransforms

A framework for Beat Saber map scripting.
Latest
function combineTransforms
import { combineTransforms } from "https://deno.land/x/remapper@3.1.2/src/general.ts";

Applies 2 transformations to each other.

Parameters

target: Transform

Input transformation.

transform: Transform

Transformation to apply.

optional
anchor: Vec3 = [UNSUPPORTED]