Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Matrix23.h37 NN_MATH_INLINE bool MTX23IsIdentity(const MTX23* p);
251 bool IsIdentity() const { return MTX23IsIdentity(this); } in IsIdentity()
269 inline bool MTX23IsIdentity(const MTX23& m) { return MTX23IsIdentity( &m ); } in MTX23IsIdentity() function
/CTR-SDK-0.14.4/include/nn/math/inline/
Dmath_Matrix23.ipp93 MTX23IsIdentity(const MTX23* p)