NasNas
An intuitive and beginner friendly 2D game framework for C++
Classes | Functions
ns::utils Namespace Reference

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
 

Detailed Description

Created by Modar Nasser on 10/11/2020.

Function Documentation

◆ computeBounds()

auto ns::utils::computeBounds ( std::initializer_list< sf::FloatRect >  rects) -> ns::FloatRect

Compute the union between multiple FloatRect.

Parameters
rectslist of FloatRects
Returns
The FloatRect containing all the rects