mat2x2.hpp
Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 
00018 
00019 
00020 
00021 
00022 
00023 
00024 
00025 
00026 
00027 
00028 
00029 #pragma once
00030 
00031 #include "detail/type_mat2x2.hpp"
00032 
00033 namespace glm
00034 {
00040         typedef detail::tmat2x2<float, lowp>            lowp_mat2;
00041         
00047         typedef detail::tmat2x2<float, mediump>         mediump_mat2;
00048         
00054         typedef detail::tmat2x2<float, highp>           highp_mat2;
00055         
00061         typedef detail::tmat2x2<float, lowp>            lowp_mat2x2;
00062         
00068         typedef detail::tmat2x2<float, mediump>         mediump_mat2x2;
00069         
00075         typedef detail::tmat2x2<float, highp>           highp_mat2x2;
00076 
00077 }//namespace glm


rtabmap
Author(s): Mathieu Labbe
autogenerated on Sat Jul 23 2016 11:44:17