Home
last modified time | relevance | path

Searched refs:apply_ball (Results 1 – 2 of 2) sorted by relevance

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dhypgraph.cpp163 models::apply_ball(ret[2], ret[1]); in ballmodel()
788 models::apply_ball(ret[2], ret[1]); in apply_other_model()
842 models::apply_ball(ret[2], ret[1]); in apply_other_model()
1257 models::apply_ball(ret[2], ret[1]); in apply_other_model()
2859 models::apply_ball(ret[2], ret[1]); in cone_side()
H A Dmodels.cpp134 …void apply_ball(A& x, A& y) { tie(x,y) = make_pair(x*cos_ball + y*sin_ball, y*cos_ball - x*sin_bal… in apply_ball() function