Searched refs:Transform2 (Results 1 – 2 of 2) sorted by relevance
44 struct Transform2 : public _Transform2 struct47 typedef Transform2 self_type; argument50 Transform2() {} in Transform2() argument51 /* implicit */ Transform2(const _Transform2& t) in Transform2() argument57 Transform2(const VEC2& s, const VEC2& r, const VEC2& t) in Transform2() function64 …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()
37 Transform2::Report(bool bNewline, const char* name) const in Report()