Searched refs:cos_lat (Results 1 – 1 of 1) sorted by relevance
46 T const cos_lat = cos(lat); in sph_to_cart3d() local47 x = cos_lat * cos(lon); in sph_to_cart3d()48 y = cos_lat * sin(lon); in sph_to_cart3d()