HatchitMath
Matrix4 Class Reference

Hatchit Engine Copyright(c) 2015 Third-Degree. More...

#include <ht_matrix4.h>

Detailed Description

Hatchit Engine Copyright(c) 2015 Third-Degree.

GNU Lesser General Public License This file may be used under the terms of the GNU Lesser General Public License version 3 as published by the Free Software Foundation and appearing in the file LICENSE.LGPLv3 included in the packaging of this file. Please review the following information to ensure the GNU Lesser General Public License requirements will be met: https://www.gnu.org/licenses/lgpl.html

A 4x4 Matrix

A collection of 16 floats arranged in a two dimensional grid. This Matrix is row major and is laid out as such: xx, xy, xz, xw yx, yy, yz, yw zz, zy, zz, zw wx, wy, wz, ww


The documentation for this class was generated from the following file: