Bomberman
Classes | Namespaces | Typedefs | Functions
Vector3.hpp File Reference
#include <iostream>
#include <cmath>
#include "Vector/Vector3.hpp"
Include dependency graph for Vector3.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BBM::Vector3< T >
 A Vector3 data type. (templated to allow any kind of vector3) More...
 

Namespaces

 BBM
 

Typedefs

typedef Vector3< float > BBM::Vector3f
 
typedef Vector3< unsigned > BBM::Vector3u
 
typedef Vector3< int > BBM::Vector3i
 

Functions

template<typename T >
std::ostream & operator<< (std::ostream &s, const BBM::Vector3< T > &v)
 

Function Documentation

◆ operator<<()

template<typename T >
std::ostream& operator<< ( std::ostream &  s,
const BBM::Vector3< T > &  v 
)