X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Angle2d.cpp;h=87fe123928662a573ac8a86feadae29cb9a46f5a;hb=bdbfb368d71ed11cc0391354a7d86c880cd94949;hp=2162de5d9294c22e1117f5951eeaef168e006822;hpb=049e63c33b9c0372a3007166032ead400c788c93;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Angle2d.cpp b/src/GeomAPI/GeomAPI_Angle2d.cpp index 2162de5d9..87fe12392 100644 --- a/src/GeomAPI/GeomAPI_Angle2d.cpp +++ b/src/GeomAPI/GeomAPI_Angle2d.cpp @@ -14,6 +14,8 @@ #include #include +/// \struct ThreePoints +/// \brief Used to store info about angle point and state. struct ThreePoints2d { gp_Pnt2d myCenter; gp_Pnt2d myFirst;