tcc_s_forward

Function tcc_s_forward 

Source
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(λ));