export const computeTurnRate = (speed: number, bank: number) => { return (1091 * Math.tan(bank.toRadians())) / speed; };