HomeSort by relevance Sort by last modified time
    Searched full:determinant4x4 (Results 1 - 1 of 1) sorted by null

  /external/webkit/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 95 // double = determinant4x4(matrix)
99 static double determinant4x4(const TransformationMatrix::Matrix4& m) function in namespace:WebCore
201 double det = determinant4x4(matrix);
301 if (determinant4x4(perspectiveMatrix) == 0)
    [all...]

Completed in 167 milliseconds