38 #include "../gtc/quaternion.hpp" 
   39 #include "../vec2.hpp" 
   40 #include "../vec3.hpp" 
   41 #include "../vec4.hpp" 
   42 #include "../mat2x2.hpp" 
   43 #include "../mat2x3.hpp" 
   44 #include "../mat2x4.hpp" 
   45 #include "../mat3x2.hpp" 
   46 #include "../mat3x3.hpp" 
   47 #include "../mat3x4.hpp" 
   48 #include "../mat4x2.hpp" 
   49 #include "../mat4x3.hpp" 
   50 #include "../mat4x4.hpp" 
   53 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED) 
   54 #       pragma message("GLM: GLM_GTC_type_ptr extension included") 
   64         template<
typename genType>
 
   65         GLM_FUNC_DECL 
typename genType::value_type 
const * 
value_ptr(genType 
const& v);
 
   70         GLM_FUNC_DECL vec<2, T, defaultp> 
make_vec2(T 
const * 
const ptr);
 
   75         GLM_FUNC_DECL vec<3, T, defaultp> 
make_vec3(T 
const * 
const ptr);
 
   80         GLM_FUNC_DECL vec<4, T, defaultp> 
make_vec4(T 
const * 
const ptr);
 
   85         GLM_FUNC_DECL mat<2, 2, T, defaultp> 
make_mat2x2(T 
const * 
const ptr);
 
   90         GLM_FUNC_DECL mat<2, 3, T, defaultp> 
make_mat2x3(T 
const * 
const ptr);
 
   95         GLM_FUNC_DECL mat<2, 4, T, defaultp> 
make_mat2x4(T 
const * 
const ptr);
 
  100         GLM_FUNC_DECL mat<3, 2, T, defaultp> 
make_mat3x2(T 
const * 
const ptr);
 
  105         GLM_FUNC_DECL mat<3, 3, T, defaultp> 
make_mat3x3(T 
const * 
const ptr);
 
  110         GLM_FUNC_DECL mat<3, 4, T, defaultp> 
make_mat3x4(T 
const * 
const ptr);
 
  115         GLM_FUNC_DECL mat<4, 2, T, defaultp> 
make_mat4x2(T 
const * 
const ptr);
 
  120         GLM_FUNC_DECL mat<4, 3, T, defaultp> 
make_mat4x3(T 
const * 
const ptr);
 
  125         GLM_FUNC_DECL mat<4, 4, T, defaultp> 
make_mat4x4(T 
const * 
const ptr);
 
  130         GLM_FUNC_DECL mat<2, 2, T, defaultp> 
make_mat2(T 
const * 
const ptr);
 
  135         GLM_FUNC_DECL mat<3, 3, T, defaultp> 
make_mat3(T 
const * 
const ptr);
 
  140         GLM_FUNC_DECL mat<4, 4, T, defaultp> 
make_mat4(T 
const * 
const ptr);
 
  145         GLM_FUNC_DECL tquat<T, defaultp> 
make_quat(T 
const * 
const ptr);
 
  150 #include "type_ptr.inl" 
GLM_FUNC_DECL mat< 4, 4, T, defaultp > make_mat4(T const *const ptr)
Build a matrix from a pointer. 
GLM_FUNC_DECL mat< 2, 2, T, defaultp > make_mat2(T const *const ptr)
Build a matrix from a pointer. 
GLM_FUNC_DECL vec< 2, T, defaultp > make_vec2(T const *const ptr)
Build a vector from a pointer. 
GLM_FUNC_DECL mat< 2, 3, T, defaultp > make_mat2x3(T const *const ptr)
Build a matrix from a pointer. 
GLM_FUNC_DECL mat< 4, 3, T, defaultp > make_mat4x3(T const *const ptr)
Build a matrix from a pointer. 
GLM_FUNC_DECL mat< 3, 4, T, defaultp > make_mat3x4(T const *const ptr)
Build a matrix from a pointer. 
GLM_FUNC_DECL tquat< T, defaultp > make_quat(T const *const ptr)
Build a quaternion from a pointer. 
GLM_FUNC_DECL mat< 4, 4, T, defaultp > make_mat4x4(T const *const ptr)
Build a matrix from a pointer. 
GLM_FUNC_DECL genType::value_type const * value_ptr(genType const &v)
Return the constant address to the data of the input parameter. 
GLM_FUNC_DECL mat< 3, 3, T, defaultp > make_mat3x3(T const *const ptr)
Build a matrix from a pointer. 
GLM_FUNC_DECL mat< 4, 2, T, defaultp > make_mat4x2(T const *const ptr)
Build a matrix from a pointer. 
GLM_FUNC_DECL vec< 4, T, defaultp > make_vec4(T const *const ptr)
Build a vector from a pointer. 
GLM_FUNC_DECL vec< 3, T, defaultp > make_vec3(T const *const ptr)
Build a vector from a pointer. 
GLM_FUNC_DECL mat< 3, 2, T, defaultp > make_mat3x2(T const *const ptr)
Build a matrix from a pointer. 
GLM_FUNC_DECL mat< 2, 2, T, defaultp > make_mat2x2(T const *const ptr)
Build a matrix from a pointer. 
GLM_FUNC_DECL mat< 3, 3, T, defaultp > make_mat3(T const *const ptr)
Build a matrix from a pointer. 
GLM_FUNC_DECL mat< 2, 4, T, defaultp > make_mat2x4(T const *const ptr)
Build a matrix from a pointer.