Home | History | Annotate | Download | only in Tools

Lines Matching refs:PVRTMat3

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)
148 PVRTMat3 PVRTMat3::RotationX(VERTTYPE angle)
152 return PVRTMat3(out);
160 PVRTMat3 PVRTMat3::RotationY(VERTTYPE angle)
164 return PVRTMat3(out);
172 PVRTMat3 PVRTMat3::RotationZ(VERTTYPE angle)
176 return PVRTMat3(out);