Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Matrix34.h35 NN_MATH_INLINE bool MTX34IsIdentity(const MTX34* p);
472 bool IsIdentity() const { return MTX34IsIdentity(this); } in IsIdentity()
1055 inline bool MTX34IsIdentity(const MTX34& m) { return MTX34IsIdentity( &m ); } in MTX34IsIdentity() function
/CTR-SDK-0.14.4/include/nn/math/inline/
Dmath_Matrix34.ipp74 MTX34IsIdentity(const MTX34* p)