mal-math
C++20 mathematics library.
All Classes Namespaces Files Functions Variables Typedefs Concepts
vec3.inl File Reference
#include "vec3.hpp"
Include dependency graph for vec3.inl:
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.
 

Functions

template<Primitive T, Primitive U>
constexpr vec< 3, T > mal_math::cross (vec< 3, T > const &left, vec< 3, U > const &right)
 Computes the cross product of two 3D vectors.