Home
last modified time | relevance | path

Searched refs:cos_auto (Results 1 – 9 of 9) sorted by relevance

/dports/games/hyperrogue/hyperrogue-12.0f/rogueviz/
H A Dballs.cpp97 at * cos_auto(d) + vel * sin_auto(d)/d, in geodesic_steps()
98 vel * cos_auto(d) - at * sin_auto(d) * sig(3) * d in geodesic_steps()
H A Dplanets.cpp119 reverse_band(h, h1, [] (ld& x, ld& y) { x /= cos_auto(y); }); in reverse_model()
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dhypgraph.cpp195 ld td = sin_auto(abs(d)) * cos_auto(z); in hypot_zlev()
260 x = asin_auto_clamp(H[0] / cos_auto(y)); in makeband()
1066 x = x * cos_auto(theta); in apply_other_model()
1076 y = 2 * sin_auto(y) / (1 + cos_auto(y)); in apply_other_model()
1086 ld x0 = sin_auto(x) * cos_auto(y); in apply_other_model()
1087 ld y0 = cos_auto(x) * cos_auto(y); in apply_other_model()
1274 …y = x / sin_auto(x) * (sin_auto(y) * cos_auto(x) - tan_auto(pconf.loximuthal_parameter) * cos_auto in apply_other_model()
1284 sin_auto(x) / cos_auto(y), in apply_other_model()
1285 cos_auto(x) * tan_auto(y) in apply_other_model()
1297 …y = x / sin_auto(x) * (sin_auto(y) * cos_auto(x) - tan_auto(pconf.loximuthal_parameter) * cos_auto in apply_other_model()
[all …]
H A Dhyperpoint.cpp334 EX ld cos_auto(ld x) { in cos_auto() function
340 case gcProduct: return PIU(cos_auto(x)); in cos_auto()
453 v = (h1 * cos_auto(d) - h2) / sin_auto(d); in to_other_side()
461 hyperpoint hm = h1 * cos_auto(d1) + (sphere ? -1 : 1) * v * sin_auto(d1); in to_other_side()
636 T[LDIM][LDIM] = T[cid][cid] = cos_auto(alpha); in cpush()
668 if(h[2]) z += asin_auto(h[2]), u /= cos_auto(asin_auto(h[2])); in orthogonal_move()
669 u *= cos_auto(z); in orthogonal_move()
1392 h[LDIM] = cos_auto(x); in cpush0()
1400 h[LDIM] = cos_auto(x); in xspinpush0()
1452 v[LDIM] = cos_auto(d); in direct_exp()
H A Dscreenshot.cpp1307 …View = spin(-cos_auto(circle_radius)*alpha) * xpush(circle_radius) * spin(alpha) * rotation_center… in apply()
1942 …dynamicval<transmatrix> dv(View, spin(-cos_auto(circle_radius)*alpha) * xpush(circle_radius) * spi… in __anonba777e5b4302()
H A Dnonisotropic.cpp1618 res[2] = cos_auto(d); in direct_exp()
2276 ld cr = cos_auto(r); in formula_exp()
2615 ld len = a * hypot(sin_auto(r), cos_auto(r)/SV); in inverse_exp_all()
H A Ddrawing.cpp1453 else if(sphere) delta = atan2_auto(z / sin(theta), t / cos_auto(vid.ipd/2)); in project()
1456 ld p = z / sin(theta) / t * cos_auto(vid.ipd / 2); in project()
H A Dracing.cpp813 ld x = asin_auto(h[0] / cos_auto(y)); in set_view()
H A D3d-models.cpp726 ld cs = pow(cos_auto(res[2]), 2); in psmin()