Aeon Engine c550894
AeonGames Open Source Game Engine
Loading...
Searching...
No Matches
Matrix3x3.hpp File Reference

Header for 3x3 matrix class. More...

#include "aeongames/Platform.hpp"
#include <initializer_list>
Include dependency graph for Matrix3x3.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AeonGames::Matrix3x3
 3 by 3 matrix in colum mayor order. More...

Namespaces

namespace  AeonGames
 <- This is here just for the literals

Functions

DLL const Matrix3x3 AeonGames::operator* (const Matrix3x3 &lhs, const Matrix3x3 &rhs)
 Multiplies two 3x3 matrices. Multiplies two 3x3 matrices.
DLL const Vector3 AeonGames::operator* (const Matrix3x3 &lhs, const Vector3 &rhs)
 Multiply a 3x3 matrix by a 3D vector.
DLL const bool AeonGames::operator== (const Matrix3x3 &lhs, const Matrix3x3 &rhs)
 Compare two 3x3 matrices for equality.
DLL const Matrix3x3 AeonGames::Abs (const Matrix3x3 &aMatrix3x3)
 Compute the element-wise absolute value of a matrix.

Detailed Description

Header for 3x3 matrix class.

Author
Rodrigo Hernandez.

Definition in file Matrix3x3.hpp.