src/types/vertex.cpp

changeset 1404
16eb4257e662
parent 1403
7a2d84112983
child 1407
22bc5862cb56
--- a/src/types/vertex.cpp	Sun Jun 17 13:53:33 2018 +0300
+++ b/src/types/vertex.cpp	Sun Jun 17 13:57:00 2018 +0300
@@ -195,7 +195,7 @@
 /*
  * Transforms this vertex with a tranformation matrix and returns the result.
  */
-Vertex Vertex::transformed(const GLRotationMatrix& matrix) const
+Vertex Vertex::transformed(const QMatrix4x4& matrix) const
 {
 	return {
 		matrix(0, 0) * this->x

mercurial