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

Definitions for the rvec<2, T> specialized template representing 2D vectors with reference-like semantics. More...

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

Go to the source code of this file.

Classes

struct  mal_math::_detail::rvec< 2, T >
 Specialization of rvec for 2D vectors. More...
 

Namespaces

namespace  mal_math
 Contains mathematical utility functions and classes.
 
namespace  mal_math::_detail
 

Detailed Description

Definitions for the rvec<2, T> specialized template representing 2D vectors with reference-like semantics.

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

Definition in file rvec2.hpp.