Searched defs:tmat4x4 (Results 1 - 1 of 1) sorted by relevance

/external/vulkan-validation-layers/libs/glm/detail/
H A Dtype_mat4x4.hpp42 struct tmat4x4 struct in namespace:glm::detail
49 typedef tmat4x4<T, P> type;
50 typedef tmat4x4<T, P> transpose_type;
55 friend tvec4<U, Q> operator/(tmat4x4<U, Q> const & m, tvec4<U, Q> const & v);
57 friend tvec4<U, Q> operator/(tvec4<U, Q> const & v, tmat4x4<U, Q> const & m);
65 GLM_FUNC_DECL tmat4x4();
66 GLM_FUNC_DECL tmat4x4(tmat4x4<T, P> const & m);
68 GLM_FUNC_DECL tmat4x4(tmat4x4<
[all...]

Completed in 164 milliseconds