UNPKG

view360-canex

Version:

360 integrated viewing solution from inside-out view to outside-in view. It provides user-friendly service by rotating 360 degrees through various user interaction such as motion sensor and touch.

5 lines (4 loc) 231 B
import { quat } from "gl-matrix"; export declare function toAxis(source: any, offset: any): any; export declare function getDeltaYaw(prvQ: quat, curQ: quat): any; export declare function getDeltaPitch(prvQ: quat, curQ: quat): any;