Browse Source

Add helper_functions include for inverse and in general header

master
James Goppert 8 years ago
parent
commit
db6dfeafbe
  1. 1
      matrix/SquareMatrix.hpp
  2. 1
      matrix/math.hpp

1
matrix/SquareMatrix.hpp

@ -15,6 +15,7 @@ @@ -15,6 +15,7 @@
#include <math.h>
#include "math.hpp"
#include "helper_functions.hpp"
namespace matrix
{

1
matrix/math.hpp

@ -13,3 +13,4 @@ @@ -13,3 +13,4 @@
#include "Scalar.hpp"
#include "Quaternion.hpp"
#include "AxisAngle.hpp"
#include "helper_functions.hpp"

Loading…
Cancel
Save