mal-math
C++20 mathematics library.
All Classes Namespaces Files Functions Variables Typedefs Concepts
vec2.hpp File Reference

Defines a 2D vector and provides its operations. More...

#include "vec.hpp"
#include "vec2.inl"
Include dependency graph for vec2.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mal_math::vec< 2, T >
 2D vector template class. More...
 

Namespaces

namespace  mal_math
 Contains mathematical utility functions and classes.
 

Detailed Description

Defines a 2D vector and provides its operations.

Author
malatindez (Vladyslav Ohlii)
Date
12/09/2023

Definition in file vec2.hpp.