diff options
Diffstat (limited to 'openscad.h')
-rw-r--r-- | openscad.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ public: Grid2d(double resolution) { res = resolution; } - /*! + /*! Aligns x,y to the grid or to existing point if one close enough exists. Returns the value stored if a point already existing or an uninitialized new value if not. |