X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Angle.h;h=678c7510f801486b51eebe027f3dd381399a85eb;hb=f60dc9dd94d5d4b0ea07e3e3cbfd5b3028f0942d;hp=e0c2eec1898458307ba8978fb989ae84671c17c8;hpb=46d76cd07aec0e520d4179139520c36bd7fb5c95;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Angle.h b/src/GeomAPI/GeomAPI_Angle.h index e0c2eec18..678c7510f 100644 --- a/src/GeomAPI/GeomAPI_Angle.h +++ b/src/GeomAPI/GeomAPI_Angle.h @@ -38,6 +38,12 @@ public: const std::shared_ptr& theEdge2, const std::shared_ptr& thePoint); + /// Creation of an angle defined by 3 points (the second point is an apex of an angle). + GEOMAPI_EXPORT + GeomAPI_Angle(const std::shared_ptr& thePoint1, + const std::shared_ptr& thePoint2, + const std::shared_ptr& thePoint3); + /// Returns value of the angle in degrees GEOMAPI_EXPORT double angleDegree(); /// Returns value of the angle in radians