Salome HOME
Issue #2059 point in sketch is created not on selected line of external sketchPlane...
[modules/shaper.git] / src / GeomAPI / GeomAPI_Angle2d.cpp
index 2162de5d9294c22e1117f5951eeaef168e006822..87fe123928662a573ac8a86feadae29cb9a46f5a 100644 (file)
@@ -14,6 +14,8 @@
 #include <gp_Pnt2d.hxx>
 #include <gp_XY.hxx>
 
+/// \struct ThreePoints
+/// \brief Used to store info about angle point and state.
 struct ThreePoints2d {
   gp_Pnt2d myCenter;
   gp_Pnt2d myFirst;