Math v0.0.1
uint.hpp File Reference

Common unsigned integer vector functions. More...

#include "math/types.hpp"
#include <string>
#include <algorithm>
#include <cmath>
#include <cassert>
#include <cstring>

Classes

struct  uint2
 Unsigned integer 2 component vector structure. More...
 
struct  uint3
 Unsigned integer 3 component vector structure. More...
 
struct  uint4
 Unsigned integer 4 component vector structure. More...
 

Detailed Description

Common unsigned integer vector functions.

Based on this project: https://github.com/g-truc/glm