many changes :P

This commit is contained in:
k-a-z-u
2016-01-21 20:01:20 +01:00
parent a7dc0cabbb
commit 12084fe147
29 changed files with 2900 additions and 144 deletions

View File

@@ -6,13 +6,13 @@
struct GridPoint {
/** x-position (in centimeter) */
const float x_cm;
float x_cm;
/** y-position (in centimeter) */
const float y_cm;
float y_cm;
/** z-position (in centimeter) */
const float z_cm;
float z_cm;
/** empty ctor */