Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/math/
Dmath_Transform.h71 struct Transform3 : public _Transform3 struct
74 typedef Transform3 self_type; argument
77 Transform3() {} in Transform3() argument
78 /* implicit */ Transform3(const _Transform3& t) in Transform3() function
84 Transform3(const VEC3& s, const VEC3& r, const VEC3& t) in Transform3() argument
91 …ator == (const self_type& rhs) const { return ::std::memcmp(this, &rhs, sizeof(Transform3)) == 0; }
92 …ator != (const self_type& rhs) const { return ::std::memcmp(this, &rhs, sizeof(Transform3)) != 0; }
107 inline Transform3*
108 Transform3Identity(Transform3* pOut) in Transform3Identity()
/CTR-SDK-0.13.2/sources/libraries/math/
Dmath_Transform.cpp60 Transform3::Report(bool bNewline, const char* name) const in Report()