Module tcc

Module tcc 

Source
Expand description

Transverse Central Cylindrical Projection

Structs§

TransverseCentralCylindricalProjection
Transverse Central Cylindrical Projection

Functions§

tcc_s_forward
Transverse Central Cylindrical forward project let b = cos(φ) * sin(λ); x = b / sqrt(1 - b²); y = atan2(tan(φ), cos(λ));
tcc_s_inverse
Transverse Central Cylindrical inverse project