mal-math
C++20 mathematics library.
|
#include "vec3.hpp"
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. | |