Utils namespace
#include <Utils.hpp>

Functions

auto b2Vec2ToSDLPoint(const b2Vec2& vec) -> SDL_Point
auto isProbable(const int percent) -> bool
auto meterToPixel(const float meter) -> int
auto pixelToMeter(const int pixel) -> float
auto meterToPixel(const b2Vec2& meter) -> b2Vec2
auto pixelToMeter(const b2Vec2& pixel) -> b2Vec2
auto radToDeg(const float rad) -> float
auto degToRad(const float deg) -> float
auto hexToRgba(const std::string& hex) -> Color
void openLink(const std::string& link)
auto read_json_file(const std::string& path) -> nlohmann::json
template<typename T>
void limitInRange(T& var, const T min, const T max)