Direction

interface Direction {
    pitch: number;
    roll: number;
    yaw: number;
}

Properties

pitch: number
roll: number
yaw: number