Searched refs:float2x2 (Results 1 – 3 of 3) sorted by relevance
147 float2x2 outerProduct(float2 c, float2 r);156 float2x2 transpose(float2x2 m);165 float determinant(float2x2 m);168 float2x2 inverse(float2x2 m);
128 …typedef detail::tmat2x2<float, highp> float2x2; //!< \brief single-precision floating-point matr… typedef