Home
last modified time | relevance | path

Searched refs:MTX22IsIdentity (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Matrix22.h65 NN_MATH_INLINE bool MTX22IsIdentity(const MTX22* p);
238 bool IsIdentity() const { return MTX22IsIdentity(this); } in IsIdentity()
272 inline bool MTX22IsIdentity(const MTX22& m) { return MTX22IsIdentity( &m ); } in MTX22IsIdentity() function
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Matrix22.ipp46 MTX22IsIdentity(const MTX22* p)