Searched defs:det (Results 1 – 3 of 3) sorted by relevance
440 float det = mMat[0]*result.mMat[0] + mMat[4]*result.mMat[1] + in inverse() local468 float det = mMat[0]*result.mMat[0] + mMat[4]*result.mMat[4] + in inverseTranspose() local
399 final float det = in invertM() local
3508 float det = Rx * Gy + Ry * Bx + Gx * By - Gy * Bx - Ry * Gx - Rx * By; in area() local