![]() |
Scanframe Modular Application 0.1.0
|
#include <limits>
#include <string>
#include <math/TVector3D.hpp>
Go to the source code of this file.
Classes | |
class | sf::TVector3D< T > |
3-dimensional vector for math operations. More... | |
union | sf::TVector3D< T >::data_type |
Storage union of the 3D coordinate making the x,y,z accessible as an array. More... | |
struct | sf::TVector3D< T >::data_type::point_type |
Namespaces | |
namespace | sf |
Functions | |
template<typename T > | |
TVector3D< T > | sf::operator* (T c, const TVector3D< T > &v) |
template<typename T > | |
TVector3D< T > | sf::operator* (const TVector3D< T > &v, T c) |
template<typename T > | |
std::istream & | sf::operator>> (std::istream &is, TVector3D< T > &v) noexcept(false) |
Operator for reading a vector from a stream. | |
template<typename T > | |
std::ostream & | sf::operator<< (std::ostream &os, const TVector3D< T > &v) |
Operator for writing a vector to a stream. | |