Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
TVector2D.h File Reference
#include <limits>
#include <string>
#include <math/TVector2D.hpp>
Include dependency graph for TVector2D.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sf::TVector2D< T >
 2-dimensional vector for math operations. More...
 
union  sf::TVector2D< T >::data_type
 Storage union of the 2D coordinate making the x,y accessible as an array. More...
 
struct  sf::TVector2D< T >::data_type::point_type
 

Namespaces

namespace  sf
 

Functions

template<typename T >
TVector2D< T > sf::operator* (T c, const TVector2D< T > &v)
 
template<typename T >
TVector2D< T > sf::operator* (const TVector2D< T > &v, T c)
 
template<typename T >
std::istream & sf::operator>> (std::istream &is, TVector2D< T > &v) noexcept(false)
 Operator for reading a vector from a stream.
 
template<typename T >
std::ostream & sf::operator<< (std::ostream &os, const TVector2D< T > &v)
 Operator for writing a vector to a stream.