ShishGL  1.0
A simple modular cross-platform graphics library
Vector3.hpp File Reference
#include <cmath>
#include <ostream>
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

struct  Sh::Vector3< T >
 

Namespaces

 Sh
 

Functions

double Sh::cos (const Vector3< double > &v1, const Vector3< double > &v2)
 
template<typename T >
std::ostream & Sh::operator<< (std::ostream &out, const Vector3< T > &vec)