]> Shamusworld >> Repos - architektonas/blobdiff - src/object.cpp
Added new triangulation tool, ability to snap to endpoints/intersections.
[architektonas] / src / object.cpp
index 2e85bf2d3e57c0b9666099dfb81a5a796d2692ac..4cc846028a669576f12e8545214b54f69c1a4103 100644 (file)
@@ -34,6 +34,8 @@ bool Object::selectionInProgress = false;
 QRectF Object::selection;
 double Object::gridSpacing;
 int Object::currentLayer = 0;
+Point Object::snapPoint;
+bool Object::snapPointIsValid = false;
 
 
 Object::Object(): position(Vector(0, 0)), parent(0), type(OTObject),