Searched refs:Transform3 (Results 1 – 2 of 2) sorted by relevance
71 struct Transform3 : public _Transform3 struct74 typedef Transform3 self_type; argument77 Transform3() {} in Transform3() argument78 /* implicit */ Transform3(const _Transform3& t) in Transform3() function84 Transform3(const VEC3& s, const VEC3& r, const VEC3& t) in Transform3() function91 …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()
60 Transform3::Report(bool bNewline, const char* name) const in Report()