Searched defs:PVRTMat3 (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTVector.cpp51 @Input rhs a PVRTMat3
53 @Description matrix multiplication operator PVRTVec3 and PVRTMat3
55 PVRTVec3 PVRTVec3::operator*(const PVRTMat3& rhs) const
68 @Input rhs a PVRTMat3
70 @Description matrix multiplication and assignment operator for PVRTVec3 and PVRTMat3
72 PVRTVec3& PVRTVec3::operator*=(const PVRTMat3& rhs)
122 ** PVRTMat3 3x3 matrix
125 @Function PVRTMat3
127 @Description constructor to form a PVRTMat3 from a PVRTMat4
129 PVRTMat3 function in class:PVRTMat3
[all...]
H A DPVRTVector.h23 struct PVRTMat3;
456 @brief Matrix multiplication operator PVRTVec3 and PVRTMat3
457 @param[in] rhs A PVRTMat3
460 PVRTVec3 operator*(const PVRTMat3& rhs) const;
463 @brief Matrix multiplication and assignment operator for PVRTVec3 and PVRTMat3
464 @param[in] rhs A PVRTMat3
467 PVRTVec3& operator*=(const PVRTMat3& rhs);
972 @struct PVRTMat3
975 struct PVRTMat3 : public PVRTMATRIX3 struct in inherits:PVRTMATRIX3
983 PVRTMat3(){} function in struct:PVRTMat3
988 PVRTMat3(const VERTTYPE* pMat) function in struct:PVRTMat3
1009 PVRTMat3(VERTTYPE m0,VERTTYPE m1,VERTTYPE m2, function in struct:PVRTMat3
[all...]

Completed in 199 milliseconds