HomeSort by relevance Sort by last modified time
    Searched refs:IsNear (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/gfx/geometry/
matrix3_f.h 25 bool IsNear(const Matrix3F& rhs, float precision) const;
matrix3_unittest.cc 87 EXPECT_TRUE(regular.IsNear(inv_regular, 0.00001f));
144 EXPECT_TRUE(expected_eigenvectors.IsNear(eigenvectors, 0.00001f));
matrix3_f.cc 92 bool Matrix3F::IsNear(const Matrix3F& rhs, float precision) const {

Completed in 2048 milliseconds