mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-29 16:57:56 +00:00
ms
This commit is contained in:
@@ -296,6 +296,7 @@ hyperpoint find_point(ld t) {
|
||||
auto &dict = ep.extra_params;
|
||||
dict["t"] = t;
|
||||
dict["s"] = ticks / 1000.;
|
||||
dict["ms"] = ticks;
|
||||
dict["phi"] = t * 2 * M_PI;
|
||||
dict["x"] = tan(t * M_PI - M_PI/2);
|
||||
for(auto& ff: formula) {
|
||||
|
Reference in New Issue
Block a user