Shiokaze Framework
A research-oriented fluid solver for computer graphics
vec.h File Reference
#include <cmath>
#include <ostream>
#include <cassert>
#include <shiokaze/core/common.h>

Go to the source code of this file.

Classes

struct  vec< T, D >
 Fixed sized vector structure. More...
 

Typedefs

template<class T >
using vec2 = vec< T, 2 >
 
template<class T >
using vec3 = vec< T, 3 >
 
using vec2r = vec2< Real >
 
using vec2f = vec2< float >
 
using vec2d = vec2< double >
 
using vec2i = vec2< int >
 
using vec3r = vec3< Real >
 
using vec3f = vec3< float >
 
using vec3d = vec3< double >
 
using vec3i = vec3< int >