src/types/vertex.h

changeset 1403
7a2d84112983
parent 1390
3eace926af7f
child 1404
16eb4257e662
--- a/src/types/vertex.h	Sun Jun 10 23:25:08 2018 +0300
+++ b/src/types/vertex.h	Sun Jun 17 13:53:33 2018 +0300
@@ -32,7 +32,8 @@
 	void apply(ApplyConstFunction func) const;
 	QString toString(bool mangled = false) const;
 	QVector3D toVector() const;
-	void transform(const class Matrix& matrix, const Vertex& pos);
+	void transform(const QMatrix4x4& matrix);
+	void rotate(const QQuaternion& orientation);
 	Vertex transformed(const GLRotationMatrix& matrix) const;
 	void setCoordinate(Axis ax, qreal value);
 

mercurial