Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Matrix44.h57 NN_MATH_INLINE bool MTX44IsIdentity(const MTX44* p);
490 bool IsIdentity() const { return MTX44IsIdentity(this); } in IsIdentity()
1026 inline bool MTX44IsIdentity(const MTX44& m) { return MTX44IsIdentity( &m ); } in MTX44IsIdentity() function
Dmath_Matrix43.h338 inline bool MTX44IsIdentity(const MTX43& m) { return MTX43IsIdentity( &m ); } in MTX44IsIdentity() function
/CTR-SDK-0.14.4/include/nn/math/inline/
Dmath_Matrix44.ipp110 MTX44IsIdentity(const MTX44* p)