Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Matrix33.h70 NN_MATH_INLINE bool MTX33IsIdentity(const MTX33* p);
225 bool IsIdentity() const { return MTX33IsIdentity(this); } in IsIdentity()
339 inline bool MTX33IsIdentity(const MTX33& m) { return MTX33IsIdentity( &m ); } in MTX33IsIdentity() function
/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/inline/
Dmath_Matrix33.ipp33 MTX33IsIdentity(const MTX33* p)