Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Matrix34.h122 NN_MATH_INLINE bool MTX34IsIdentity(const MTX34* p);
873 bool IsIdentity() const { return MTX34IsIdentity(this); } in IsIdentity()
1327 inline bool MTX34IsIdentity(const MTX34& m) { return MTX34IsIdentity( &m ); } in MTX34IsIdentity() function
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Matrix34.ipp46 MTX34IsIdentity(const MTX34* p)