|
mal-math
C++20 mathematics library.
|
Header file for the 3D vector definition. More...
Go to the source code of this file.
Classes | |
| struct | mal_math::vec< 3, T > |
| Represents a 3D vector of a given primitive type. More... | |
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. | |