Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Matrix23.h78 NN_MATH_INLINE bool MTX23IsIdentity(const MTX23* p);
434 bool IsIdentity() const { return MTX23IsIdentity(this); } in IsIdentity()
463 inline bool MTX23IsIdentity(const MTX23& m) { return MTX23IsIdentity( &m ); } in MTX23IsIdentity() function
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Matrix23.ipp65 MTX23IsIdentity(const MTX23* p)