ps2 raster conversion

This commit is contained in:
aap
2019-08-04 23:52:03 +02:00
parent 6b36390bdc
commit 14c773d35a
4 changed files with 184 additions and 9 deletions
+2
View File
@@ -461,6 +461,8 @@ Matrix::lookAt(const V3d &dir, const V3d &up)
this->flags = TYPEORTHONORMAL;
}
/* For a row-major representation, this calculates src1 * src.
* For colum-major src2 * src1 */
void
Matrix::mult_(Matrix *dst, const Matrix *src1, const Matrix *src2)
{