d3d11u.h | 287 struct mat_t : public vec_t<vec_t<T, r>, c> struct in inherits:vec_t 309 vec_t<T, e> operator *(const mat_t<T, e, d>& m, const vec_t<T, d>& b) 319 mat_t<T, e, f> operator *(const mat_t<T, e, d>& m, const mat_t<T, d, f>& b) 321 mat_t<T, e, f> r; 348 typedef mat_t<float, 4, 4> float4x4; 349 typedef mat_t<float, 4, 3> float4x3; 350 typedef mat_t<float, 3, 4> float3x4; 351 typedef mat_t<float, 3, 3> float3x3 [all...] |