HatchitMath
Matrix3 Class Reference

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

#include <ht_matrix3.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 3x3 Matrix

A collection of 9 floats arranged in a two dimensional grid. This Matrix is row major and is laid out as such: x1, y1, z1, x2, y2, z2, x3, y3, z3,


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