X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FFairCurve%2FFairCurve_Energy.hxx;h=95d4c922fcb8ee571b191a15b71d3d2c4be673e4;hb=21c7c457012cc6d981fb47d24abd33edfecf90af;hpb=81ff49158aee6c2d6df6d03baabc57fbc5cd7385 diff --git a/src/FairCurve/FairCurve_Energy.hxx b/src/FairCurve/FairCurve_Energy.hxx index a389693b7c..95d4c922fc 100644 --- a/src/FairCurve/FairCurve_Energy.hxx +++ b/src/FairCurve/FairCurve_Energy.hxx @@ -67,7 +67,7 @@ public: //! successfully, False otherwise. Standard_EXPORT virtual Standard_Boolean Values (const math_Vector& X, Standard_Real& E, math_Vector& G, math_Matrix& H) Standard_OVERRIDE; - //! compute the variables wich correspond with the field + //! compute the variables which correspond with the field Standard_EXPORT virtual Standard_Boolean Variable (math_Vector& X) const; //! return the poles @@ -83,21 +83,21 @@ protected: //! ConstrOrder1(2) can be equal to 0, 1 or 2 Standard_EXPORT FairCurve_Energy(const Handle(TColgp_HArray1OfPnt2d)& Poles, const Standard_Integer ConstrOrder1, const Standard_Integer ConstrOrder2, const Standard_Boolean WithAuxValue = Standard_False, const Standard_Real Angle1 = 0, const Standard_Real Angle2 = 0, const Standard_Integer Degree = 2, const Standard_Real Curvature1 = 0, const Standard_Real Curvature2 = 0); - //! It is use internaly to make the Gradient Vector + //! It is use internally to make the Gradient Vector Standard_EXPORT void Gradient1 (const math_Vector& TheVector, math_Vector& G); - //! It is use internaly to make the Hessian Matrix + //! It is use internally to make the Hessian Matrix Standard_EXPORT void Hessian1 (const math_Vector& TheVector, math_Matrix& H); - //! compute the poles wich correspond with the variable X + //! compute the poles which correspond with the variable X Standard_EXPORT virtual void ComputePoles (const math_Vector& X); Standard_Integer Indice (const Standard_Integer i, const Standard_Integer j) const; - //! compute the pole wich depend of variables and G1 constraint + //! compute the pole which depend of variables and G1 constraint Standard_EXPORT void ComputePolesG1 (const Standard_Integer Side, const Standard_Real Lambda, const gp_Pnt2d& P1, gp_Pnt2d& P2) const; - //! compute the pole wich depend of variables and G2 constraint + //! compute the pole which depend of variables and G2 constraint Standard_EXPORT void ComputePolesG2 (const Standard_Integer Side, const Standard_Real Lambda, const Standard_Real Rho, const gp_Pnt2d& P1, gp_Pnt2d& P2) const; //! compute the energy (and derivatives) in intermediat format