Types#
#include "navground/core/types.h"
-
using ng_float_t = float;#
Navground floating points numbers use this type alias to enable selecting globally between
float
anddouble
. Define the macro definitionNAVGROUND_USES_DOUBLE
to selectdouble
.
-
using RandomGenerator = std::mt19937;#
Random generator.