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

Go to the source code of this file.

Classes

class  sf::TMatrix22< T >
 Generic 2 x 2 matrix template. More...
 
union  sf::TMatrix22< T >::data_type
 Storage union of the 2x2 matrix. More...
 

Namespaces

namespace  sf
 

Functions

template<typename T >
std::ostream & sf::operator<< (std::ostream &os, const TMatrix22< T > &mtx)
 Operator for writing the sf::TMatrix22 to an output-stream.
 
template<typename T >
std::istream & sf::operator>> (std::istream &is, TMatrix22< T > &mtx) noexcept(false)
 Operator for reading the sf::TMatrix22 from an input stream.