mal-math
C++20 mathematics library.
All Classes Namespaces Files Functions Variables Typedefs Concepts
vec.hpp File Reference
#include "math-common.hpp"
#include "rvec2.hpp"
#include "rvec3.hpp"
#include "rvec4.hpp"
#include "vec2.hpp"
#include "vec3.hpp"
#include "vec4.hpp"
#include "vecn.hpp"
Include dependency graph for vec.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  mal_math
 Contains mathematical utility functions and classes.
 

Typedefs

using mal_math::vec2 = vec<2, float>
 
using mal_math::dvec2 = vec<2, double>
 
using mal_math::ivec2 = vec<2, int>
 
using mal_math::uivec2 = vec<2, unsigned int>
 
using mal_math::vec3 = vec<3, float>
 
using mal_math::dvec3 = vec<3, double>
 
using mal_math::ivec3 = vec<3, int>
 
using mal_math::uivec3 = vec<3, unsigned int>
 
using mal_math::vec4 = vec<4, float>
 
using mal_math::dvec4 = vec<4, double>
 
using mal_math::ivec4 = vec<4, int>
 
using mal_math::uivec4 = vec<4, unsigned int>