Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
TRectangle2D.h File Reference
#include <math/TVector2D.h>
#include <math/TRectangle2D.hpp>
Include dependency graph for TRectangle2D.h:

Go to the source code of this file.

Classes

class  sf::TRectangle2D< T >
 Class to store and manipulate a rectangle based on floating point values. More...
 
union  sf::TRectangle2D< T >::data_type
 Rectangle structure for binary storage purposes. More...
 

Namespaces

namespace  sf
 

Functions

template<typename T >
std::istream & sf::operator>> (std::istream &is, TRectangle2D< T > &)
 Extracts the rectangle from an input stream.
 
template<typename T >
std::ostream & sf::operator<< (std::ostream &os, const TRectangle2D< T > &)
 Writes the rectangle into an output stream.