HomeSort by relevance Sort by last modified time
    Searched defs:PVRTMat3 (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTVector.cpp 51 @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::PVRTMat3(const PVRTMat4& mat
    [all...]
PVRTVector.h 23 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);
    [all...]

Completed in 308 milliseconds