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

x/remapper/src/general.ts>lerpRotation

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

Interpolates between a start and end rotation to get a rotation in between.

Parameters

start: Vec3
end: Vec3
fraction: number
optional
easing: EASE