Searched defs:isIdentity (Results 1 – 4 of 4) sorted by relevance
43 GLM_FUNC_QUALIFIER bool isIdentity(matType<T, P> const & m, T const & epsilon) function
210 inline bool isIdentity() const { in isIdentity() function
73 bool isIdentity() const { in isIdentity() function
212 static inline bool isIdentity(const MatExpr& e) { return e.op == &g_MatOp_Identity; } in isIdentity() function