git-svn-id: svn://db.shs.com.ru/libs@657 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-12-06 13:12:10 +00:00
parent fa5c3e9b3d
commit 9427d429c1
2 changed files with 14 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ public:
void rotatePoints (const double & angle, const QVector3D & a);
void rotatePoints (const double & angle, const double & x, const double & y, const double & z) {rotatePoints(angle, QVector3D(x, y, z));}
void transformPoints(const QMatrix4x4 & mat);
void flipNormals();
void append(const Mesh * m);
bool saveToFile(const QString & filename);