UNPKG

@egjs/view360

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.

11 lines (10 loc) 275 B
declare class PosePredictor { predictionTimeS: any; previousQ: any; previousTimestampS: any; deltaQ: any; outQ: any; constructor(predictionTimeS: any); getPrediction(currentQ: any, gyro: any, timestampS: any): any; } export default PosePredictor;