pub fn calculate_focal_length(sensor_height: f32, fov: f32) -> f32
Given the sensor height and the FOV, returns the focal length.
See https://photo.stackexchange.com/a/97218.