![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
Go to the source code of this file.
Namespaces | |
namespace | sourcepp |
namespace | sourcepp::math |
namespace | sourcepp::math::detail |
Functions | |
template<std::size_t L> | |
constexpr double | sourcepp::math::chebyshev (double x, const std::array< double, L > &array) |
constexpr double | sourcepp::math::besselI0 (double x) |
constexpr double | sourcepp::math::kaiserWindow (double x, double b) |
Variables | |
constexpr std::array< double, 30 > | sourcepp::math::detail::besselI0A |
constexpr std::array< double, 25 > | sourcepp::math::detail::besselI0B |