Home
last modified time | relevance | path

Searched refs:MTX44IsIdentity (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-4.2.8-20130828/include/nn/math/
Dmath_Matrix44.h132 NN_MATH_INLINE bool MTX44IsIdentity(const MTX44* p);
763 bool IsIdentity() const { return MTX44IsIdentity(this); } in IsIdentity()
1150 inline bool MTX44IsIdentity(const MTX44& m) { return MTX44IsIdentity( &m ); } in MTX44IsIdentity() function
Dmath_Matrix43.h419 inline bool MTX44IsIdentity(const MTX43& m) { return MTX43IsIdentity( &m ); } in MTX44IsIdentity() function
/CTR-SDK-4.2.8-20130828/include/nn/math/inline/
Dmath_Matrix44.ipp46 MTX44IsIdentity(const MTX44* p)