Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Matrix22.h35 NN_MATH_INLINE bool MTX22IsIdentity(const MTX22* p);
173 bool IsIdentity() const { return MTX22IsIdentity(this); } in IsIdentity()
196 inline bool MTX22IsIdentity(const MTX22& m) { return MTX22IsIdentity( &m ); } in MTX22IsIdentity() function
/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/inline/
Dmath_Matrix22.ipp34 MTX22IsIdentity(const MTX22* p)