UNPKG

prendy

Version:

Make games with prerendered backdrops using babylonjs and repond

6 lines (5 loc) 311 B
import { Point3D } from "chootils/dist/points3d"; import { Vector3 } from "@babylonjs/core"; export declare function point3dToVector3(thePoint: Point3D): Vector3; export declare function vector3ToPoint3d(theVector3: Vector3): Point3D; export declare function vector3ToSafePoint3d(theVector3: Vector3): Point3D;