Home
last modified time | relevance | path

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

/dports/games/hyperrogue/hyperrogue-12.0f/rogueviz/
H A Dhypocycloid.cpp52 ld f = sin_auto(2*x) - ratio * sin_auto(x); in circ_frame()
56 circ1 = sin_auto(min); in circ_frame()
57 circ2 = sin_auto(2*min); in circ_frame()
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 Dreverb.cpp154 att0[ch] = base / sin_auto(p.lastdist[ch]); in reverb_queue()
155 att1[ch] = base / sin_auto(p.curdist[ch]); in reverb_queue()
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dhypgraph.cpp194 ld tz = sin_auto(z); in hypot_zlev()
195 ld td = sin_auto(abs(d)) * cos_auto(z); in hypot_zlev()
1061 auto a = (sin_auto(2*theta) +2*theta - M_PI * sin_auto(y)); in apply_other_model()
1065 y = M_PI * sin_auto(theta) / 2; in apply_other_model()
1086 ld x0 = sin_auto(x) * cos_auto(y); in apply_other_model()
1088 ld z0 = sin_auto(y); in apply_other_model()
1115 angle *= sin_auto(r) / r; 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()
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.cpp252 EX ld sin_auto(ld x) { in sin_auto() function
257 case gcProduct: return PIU(sin_auto(x)); in sin_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()
637 T[cid][LDIM] = sin_auto(alpha); in cpush()
638 T[LDIM][cid] = -curvature() * sin_auto(alpha); in cpush()
1393 h[c] = sin_auto(x); in cpush0()
1401 h[0] = sin_auto(x) * cos(alpha); in xspinpush0()
1402 h[1] = sin_auto(x) * -sin(alpha); in xspinpush0()
1451 if(d > 0) for(int i=0; i<GDIM; i++) v[i] = v[i] * sin_auto(d) / d; in direct_exp()
[all …]
H A Dutil.cpp254 ld c = asin_auto(sin_auto(validate_real(edgelen)/2) / sin(alpha)); in parse()
H A Dnonisotropic.cpp1615 ld cd = d == 0 ? 0 : sin_auto(d) / d; in direct_exp()
2277 ld sr = sin_auto(r); in formula_exp()
2615 ld len = a * hypot(sin_auto(r), cos_auto(r)/SV); in inverse_exp_all()
H A Dcomplex2.cpp1301 return (zpush(d) * h)[2] >= sin_auto(vid.depth); in draw_die()
H A Darchimedean.cpp449 c = asin_auto(sin_auto(edgelength/2) / sin(gamma)); in compute_geometry()
H A Dmapeditor.cpp83 ld len = sin_auto(radius); in draw()
H A Dgraph.cpp3856 threshold = sin_auto(cgi.corner_bonus), xyz_threshold = 0, clip_checked = true; in make_clipping_planes()