diff options
Diffstat (limited to 'src/glsphere.h')
| -rw-r--r-- | src/glsphere.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glsphere.h b/src/glsphere.h index 9aae032..f884117 100644 --- a/src/glsphere.h +++ b/src/glsphere.h @@ -22,8 +22,11 @@ private: */ QVector3D calculatePoint(double sliceRotation, double stackRotation); + QVector<QVector3D> calculateRow(int slice); + int m_stacks; int m_slices; + QVector<QVector3D> firstRow; }; #endif // GLSPHERE_H |
