Home
last modified time | relevance | path

Searched defs:outerProduct_trait (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_matrix.hpp64 struct outerProduct_trait<T, P, tvec2, tvec2> struct
66 typedef tmat2x2<T, P> type;
70 struct outerProduct_trait<T, P, tvec2, tvec3> struct
72 typedef tmat2x3<T, P> type;
76 struct outerProduct_trait<T, P, tvec2, tvec4> struct
78 typedef tmat2x4<T, P> type;
82 struct outerProduct_trait<T, P, tvec3, tvec2> struct
84 typedef tmat3x2<T, P> type;
88 struct outerProduct_trait<T, P, tvec3, tvec3> struct
90 typedef tmat3x3<T, P> type;
[all …]
Dtype_mat.hpp51 struct outerProduct_trait{}; struct