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

This commit is contained in:
2015-12-04 14:42:47 +00:00
parent 576e28354b
commit 5afafe8ac0
2 changed files with 14 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ public:
QVector<GLfloat> & colors() {changed = true; return colors_;}
void translatePoints(const QVector3D & dp);
void scalePoints(const QVector3D & dp);
bool saveToFile(const QString & filename);
bool loadFromFile(const QString & filename);