many changes :P
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user