Searched defs:outerProduct_trait (Results 1 – 2 of 2) sorted by relevance
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_matrix.hpp | 38 struct outerProduct_trait<T, P, tvec2, tvec2> struct 40 typedef tmat2x2<T, P> type; 44 struct outerProduct_trait<T, P, tvec2, tvec3> struct 46 typedef tmat3x2<T, P> type; 50 struct outerProduct_trait<T, P, tvec2, tvec4> struct 52 typedef tmat4x2<T, P> type; 56 struct outerProduct_trait<T, P, tvec3, tvec2> struct 58 typedef tmat2x3<T, P> type; 62 struct outerProduct_trait<T, P, tvec3, tvec3> struct 64 typedef tmat3x3<T, P> type; [all …]
|
D | type_mat.hpp | 12 struct outerProduct_trait{}; struct
|