Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Transform.h44 struct Transform2 : public _Transform2 struct
47 typedef Transform2 self_type; argument
50 Transform2() {} in Transform2() argument
51 /* implicit */ Transform2(const _Transform2& t) in Transform2() function
57 Transform2(const VEC2& s, const VEC2& r, const VEC2& t) in Transform2() function
64 …ator == (const self_type& rhs) const { return ::std::memcmp(this, &rhs, sizeof(Transform2)) == 0; }
65 …ator != (const self_type& rhs) const { return ::std::memcmp(this, &rhs, sizeof(Transform2)) != 0; }
97 inline Transform2*
98 Transform2Identity(Transform2* pOut) in Transform2Identity()
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Transform.cpp37 Transform2::Report(bool bNewline, const char* name) const in Report()