NasNas
An intuitive and beginner friendly 2D game framework for C++
|
Classes | |
struct | bool_switch |
Functions | |
auto | getRandomFloat (float min, float max) -> float |
auto | getRandomInt (int min, int max) -> int |
auto | computeBounds (std::initializer_list< sf::FloatRect > rects) -> ns::FloatRect |
Compute the union between multiple FloatRect. More... | |
template<typename It > | |
auto | computeBounds (It begin, It end) -> ns::FloatRect |
Created by Modar Nasser on 10/11/2020.
auto ns::utils::computeBounds | ( | std::initializer_list< sf::FloatRect > | rects | ) | -> ns::FloatRect |
Compute the union between multiple FloatRect.
rects | list of FloatRects |