My Project
Classes | Typedefs
Vec.h File Reference
#include <ostream>
#include <math.h>
Include dependency graph for Vec.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _vec3< T >
 

Typedefs

using double3 = _vec3< double >
 
using int3 = _vec3< int >
 

Typedef Documentation

◆ double3

using double3 = _vec3<double>

◆ int3

using int3 = _vec3<int>