Types

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 and double. Define the macro definition NAVGROUND_USES_DOUBLE to select double.

using RandomGenerator = std::mt19937;#

Random generator.