export interface IOrientation { elevation: number; azimuth: number; rotation: number; errorDegree: number; }