pub fn tcc_s_forward<P: TransformCoordinates>(p: &mut P)Expand description
Transverse Central Cylindrical forward project let b = cos(φ) * sin(λ); x = b / sqrt(1 - b²); y = atan2(tan(φ), cos(λ));
pub fn tcc_s_forward<P: TransformCoordinates>(p: &mut P)Transverse Central Cylindrical forward project let b = cos(φ) * sin(λ); x = b / sqrt(1 - b²); y = atan2(tan(φ), cos(λ));