]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_Angle.cpp
Salome HOME
Documentation update
[modules/shaper.git] / src / GeomAPI / GeomAPI_Angle.cpp
index 60c3761a03068dbd5105f1de7bedca3791384901..9849b9e9d26cce95477a7ead343a9ae54e753d40 100644 (file)
@@ -14,6 +14,8 @@
 #include <gp_Pnt.hxx>
 #include <gp_XYZ.hxx>
 
+/// \struct ThreePoints
+/// \brief Used to store info about angle point and state.
 struct ThreePoints {
   gp_Pnt myCenter;
   gp_Pnt myFirst;