37 if (alpha < 0.0 || alpha >
M_PI_2)
45 static_assert(!std::is_copy_constructible<FootprintGauss>::value,
46 "FootprintGauss should not be copy constructable");
47 static_assert(!std::is_copy_assignable<FootprintGauss>::value,
48 "FootprintGauss should not be copy assignable");
Defines M_PI and some more mathematical constants.
void checkNodeArgs() const
Raises exception if a parameter value is invalid.
double erf(double arg)
Error function of real-valued argument.