More header optimizations.
This commit is contained in:
4
src/nvmath/Matrix.cpp
Normal file
4
src/nvmath/Matrix.cpp
Normal file
@ -0,0 +1,4 @@
|
||||
// This code is in the public domain -- castanyo@yahoo.es
|
||||
|
||||
#include "Matrix.h"
|
||||
#include "Matrix.inl"
|
1128
src/nvmath/Matrix.h
1128
src/nvmath/Matrix.h
File diff suppressed because it is too large
Load Diff
1124
src/nvmath/Matrix.inl
Normal file
1124
src/nvmath/Matrix.inl
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@
|
||||
|
||||
#include "Plane.h"
|
||||
#include "Plane.inl"
|
||||
#include "Matrix.h"
|
||||
#include "Matrix.inl"
|
||||
|
||||
namespace nv
|
||||
{
|
||||
|
Reference in New Issue
Block a user