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

x/remapper/src/mod.ts>lerpRotation

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

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

Parameters

start: Vec3

Start rotation.

end: Vec3

End rotation.

fraction: number

Value to find in between start and end.

optional
easing: EASE

Optional easing.