UNPKG

@threlte/rapier

Version:

Components and hooks to use the Rapier physics engine in Threlte

8 lines (7 loc) 247 B
import { Euler, Quaternion } from 'three'; /** * Sets the values of a temporary Euler and returns the quaternion from that * @param values * @returns */ export declare const eulerToQuaternion: (values: Parameters<Euler["set"]>) => Quaternion;