Add helper_functions include for inverse and in general header

This commit is contained in:
James Goppert 2017-02-03 16:56:33 -05:00
parent 230e84702a
commit db6dfeafbe
2 changed files with 2 additions and 0 deletions

View File

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

View File

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