Searched refs:PVRTVec2 (Results 1 – 2 of 2) sorted by relevance
43 struct PVRTVec2 struct52 PVRTVec2() : x(0), y(0) {} in PVRTVec2() function58 PVRTVec2(VERTTYPE fX, VERTTYPE fY) : x(fX), y(fY) {} in PVRTVec2() function63 PVRTVec2(VERTTYPE fValue) : x(fValue), y(fValue) {} in PVRTVec2() argument68 PVRTVec2(const VERTTYPE* pVec) : x(pVec[0]), y(pVec[1]) {} in PVRTVec2() argument73 PVRTVec2(const PVRTVec3& v3Vec);82 PVRTVec2 operator+(const PVRTVec2& rhs) const84 PVRTVec2 out(*this);92 PVRTVec2 operator-(const PVRTVec2& rhs) const94 PVRTVec2 out(*this);[all …]
30 PVRTVec2::PVRTVec2(const PVRTVec3& vec3) in PVRTVec2() function in PVRTVec2