Home
last modified time | relevance | path

Searched refs:asin_auto (Results 1 – 11 of 11) sorted by relevance

/dports/games/hyperrogue/hyperrogue-12.0f/rogueviz/
H A Dhypocycloid.cpp61 ld rad1 = asin_auto(circ1); in circ_frame()
62 ld rad2 = asin_auto(circ2); in circ_frame()
68 rad2 = M_PI - asin_auto(circ2); in circ_frame()
H A Dplanets.cpp109 reverse_band(h, h1, [] (ld& x, ld& y) { y = asin_auto(y); }); in reverse_model()
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dhypgraph.cpp259 y = asin_auto(H[1]); in makeband()
335 ld y = asin_auto(spinned[1]); in compute_hybrid()
682 ret[0] = asin_auto(H[0]); in apply_other_model()
683 ret[1] = asin_auto(H[1]); in apply_other_model()
1198 ld y = asin_auto(H[1]); in apply_other_model()
2260 ld h = ((mode & 2) ? -1 : 1) * sqrt(asin_auto(tan_auto(a) * tan_auto(b))); in draw_model_elements()
2669 ld y = asin_auto(H[1]); in optimize_shift()
H A Dracing.cpp812 ld y = GDIM == 2 ? asin_auto(h[1]) : asin_auto(hypot(h[1], h[2])); in set_view()
813 ld x = asin_auto(h[0] / cos_auto(y)); in set_view()
H A Dhyperpoint.cpp263 EX ld asin_auto(ld x) { in asin_auto() function
268 case gcProduct: return PIU(asin_auto(x)); in asin_auto()
668 if(h[2]) z += asin_auto(h[2]), u /= cos_auto(asin_auto(h[2])); in orthogonal_move()
H A Dcomplex2.cpp1321 ld z = fpp ? hdist0(h) : asin_auto(h[2]); in draw_die()
1347 ld z = asin_auto(h[2]); in draw_die()
H A Dutil.cpp254 ld c = asin_auto(sin_auto(validate_real(edgelen)/2) / sin(alpha)); in parse()
H A D3d-models.cpp137 return asin_auto(h[2]); in get_zlevel()
725 res[2] = asin_auto(H[2]); in psmin()
H A Dmapeditor.cpp1675 d1 = asin_auto(h[2]); in find_mouseh3()
1679 d1 = asin_auto(h[0]); in find_mouseh3()
1683 d1 = asin_auto(h[1]); in find_mouseh3()
H A Darchimedean.cpp449 c = asin_auto(sin_auto(edgelength/2) / sin(gamma)); in compute_geometry()
H A Dgraph.cpp4815 camera_level = asin_auto(tC0(view_inverse(actual_view_transform * View))[2]); in make_actual_view()
4834 ld z = -asin_auto(tC0(view_inverse(T)) [2]); in make_actual_view()