GLM Version 0.9.0

matrix_operation.hpp

00001 
00002 // OpenGL Mathematics Copyright (c) 2005 - 2010 G-Truc Creation (www.g-truc.net)
00004 // Created : 2009-04-29
00005 // Updated : 2009-04-29
00006 // Licence : This source is under MIT License
00007 // File    : glm/gtc/matrix_operation.hpp
00009 // Dependency:
00010 // - GLM core
00012 
00013 #ifndef glm_gtc_matrix_operation
00014 #define glm_gtc_matrix_operation
00015 
00016 // Dependency:
00017 #include "../glm.hpp"
00018 
00019 namespace glm{
00020 namespace gtc{
00022 namespace matrix_operation
00023 {
00024 
00025 }//namespace matrix_operation
00026 }//namespace gtc
00027 }//namespace glm
00028 
00029 #include "matrix_operation.inl"
00030 
00031 namespace glm{using namespace gtc::matrix_operation;}
00032 
00033 #endif//glm_gtc_matrix_operation