UNPKG

lingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

4 lines (3 loc) 179 B
import Point3d from "../math/Point3d"; import { Point3dType } from "./isPoint"; export declare const findClosestEulerAngle: (euler1: Point3dType, euler2: Point3dType) => Point3d;