Flow Visualisation
type_mat4x2.hpp File Reference
#include "type_mat.hpp"
#include "type_mat4x2.inl"
Include dependency graph for type_mat4x2.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  glm::detail::tvec1< T >
 
struct  glm::detail::tvec2< T >
 
struct  glm::detail::tvec3< T >
 
struct  glm::detail::tvec4< T >
 
struct  glm::detail::tmat2x2< T >
 
struct  glm::detail::tmat2x3< T >
 
struct  glm::detail::tmat2x4< T >
 
struct  glm::detail::tmat3x2< T >
 
struct  glm::detail::tmat3x3< T >
 
struct  glm::detail::tmat3x4< T >
 
struct  glm::detail::tmat4x2< T >
 
struct  glm::detail::tmat4x3< T >
 
struct  glm::detail::tmat4x4< T >
 
struct  glm::detail::tmat4x2< T >
 

Namespaces

 glm
 
 glm::detail
 

Typedefs

typedef detail::tmat4x2< lowp_float > glm::lowp_mat4x2
 
typedef detail::tmat4x2< mediump_float > glm::mediump_mat4x2
 
typedef detail::tmat4x2< highp_float > glm::highp_mat4x2
 

Functions

template<typename T >
GLM_FUNC_DECL tmat4x2< T > glm::detail::operator+ (tmat4x2< T > const &m, typename tmat4x2< T >::value_type const &s)
 
template<typename T >
GLM_FUNC_DECL tmat4x2< T > glm::detail::operator+ (tmat4x2< T > const &m1, tmat4x2< T > const &m2)
 
template<typename T >
GLM_FUNC_DECL tmat4x2< T > glm::detail::operator- (tmat4x2< T > const &m, typename tmat4x2< T >::value_type const &s)
 
template<typename T >
GLM_FUNC_DECL tmat4x2< T > glm::detail::operator- (tmat4x2< T > const &m1, tmat4x2< T > const &m2)
 
template<typename T >
GLM_FUNC_DECL tmat4x2< T > glm::detail::operator* (tmat4x2< T > const &m, typename tmat4x2< T >::value_type const &s)
 
template<typename T >
GLM_FUNC_DECL tmat4x2< T > glm::detail::operator* (typename tmat4x2< T >::value_type const &s, tmat4x2< T > const &m)
 
template<typename T >
GLM_FUNC_DECL tmat4x2< T >::col_type glm::detail::operator* (tmat4x2< T > const &m, typename tmat4x2< T >::row_type const &v)
 
template<typename T >
GLM_FUNC_DECL tmat4x2< T >::row_type glm::detail::operator* (typename tmat4x2< T >::col_type const &v, tmat4x2< T > const &m)
 
template<typename T >
GLM_FUNC_DECL tmat3x2< T > glm::detail::operator* (tmat4x2< T > const &m1, tmat3x4< T > const &m2)
 
template<typename T >
GLM_FUNC_DECL tmat4x2< T > glm::detail::operator* (tmat4x2< T > const &m1, tmat4x4< T > const &m2)
 
template<typename T >
GLM_FUNC_DECL tmat2x3< T > glm::detail::operator* (tmat4x3< T > const &m1, tmat2x4< T > const &m2)
 
template<typename T >
GLM_FUNC_DECL tmat4x2< T > glm::detail::operator/ (tmat4x2< T > const &m, typename tmat4x2< T >::value_type const &s)
 
template<typename T >
GLM_FUNC_DECL tmat4x2< T > glm::detail::operator/ (typename tmat4x2< T >::value_type const &s, tmat4x2< T > const &m)
 
template<typename T >
GLM_FUNC_DECL tmat4x2< T > const glm::detail::operator- (tmat4x2< T > const &m)
 
template<typename T >
GLM_FUNC_DECL tmat4x2< T > const glm::detail::operator-- (tmat4x2< T > const &m, int)
 
template<typename T >
GLM_FUNC_DECL tmat4x2< T > const glm::detail::operator++ (tmat4x2< T > const &m, int)
 

Detailed Description

OpenGL Mathematics (glm.g-truc.net)

Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

GLM Core

Date
2006-10-01 / 2011-06-15
Author
Christophe Riccio