File failed to load: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/extensions/ams.js
 |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
String configurator entry class.
Definition: Configurator.h:173
virtual ~ALMaSS_MathFuncs()
ALMaSS_MathFuncs deconstructor.
Definition: Misc.h:39
CfgStr cfg_dumpvegjanfile
ALMaSS_MathFuncs constructor.
Definition: Misc.h:28
Bool configurator entry class.
Definition: Configurator.h:155
CfgStr cfg_dumpvegjunefile
int CalcDistPythagorasApprox(int a_x, int a_y, int a_x1, int a_y1)
Calculate distance using the Pythagoras approximation.
Definition: Misc.cpp:48
int CalcDistPythagoras(int a_x, int a_y, int a_x1, int a_y1)
Calculate distance using Pythagoras.
Definition: Misc.cpp:41
ALMaSS_MathFuncs()
ALMaSS_MathFuncs constructor.
Definition: Misc.h:35