git-svn-id: svn://db.shs.com.ru/libs@657 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user