Searched refs:t00 (Results 1 – 1 of 1) sorted by relevance
790 double t00 = a11 * a22 - a21 * a12; in invert() local800 double det = a00 * t00 + a01 * t10 + a02 * t20; in invert()805 output[0] = (float) (t00 / det); in invert()