mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0031939: Coding - correction of spelling errors in comments [part 6]
Fix various typos Fixed via `codespell v2.1.dev
This commit is contained in:
@@ -46,7 +46,7 @@ public:
|
||||
//! The close point is defined by the parameter value
|
||||
//! U0.
|
||||
//! The function F(u)=distance(P,C(u)) has an extremum
|
||||
//! when g(u)=dF/du=0. The algorithm searchs a zero
|
||||
//! when g(u)=dF/du=0. The algorithm searches a zero
|
||||
//! near the close point.
|
||||
//! TolU is used to decide to stop the iterations.
|
||||
//! At the nth iteration, the criteria is:
|
||||
@@ -57,7 +57,7 @@ public:
|
||||
//! The close point is defined by the parameter value
|
||||
//! U0.
|
||||
//! The function F(u)=distance(P,C(u)) has an extremum
|
||||
//! when g(u)=dF/du=0. The algorithm searchs a zero
|
||||
//! when g(u)=dF/du=0. The algorithm searches a zero
|
||||
//! near the close point.
|
||||
//! Zeros are searched between Umin et Usup.
|
||||
//! TolU is used to decide to stop the iterations.
|
||||
|
@@ -48,7 +48,7 @@ public:
|
||||
Standard_EXPORT Geom2dInt_ThePolygon2dOfTheIntPCurvePCurveOfGInter(const Adaptor2d_Curve2d& Curve, const Standard_Integer NbPnt, const IntRes2d_Domain& Domain, const Standard_Real Tol);
|
||||
|
||||
//! The current polygon is modified if most
|
||||
//! of the points of the polygon are are
|
||||
//! of the points of the polygon are
|
||||
//! outside the box <OtherBox>. In this
|
||||
//! situation, bounds are computed to build
|
||||
//! a polygon inside or near the OtherBox.
|
||||
|
@@ -40,7 +40,7 @@ public:
|
||||
|
||||
//! Returns the parameter V of the point on the
|
||||
//! parametric curve corresponding to the Point Pnt.
|
||||
//! The Correspondance between Pnt and the point P(V)
|
||||
//! The Correspondence between Pnt and the point P(V)
|
||||
//! on the parametric curve must be coherent with the
|
||||
//! way of determination of the signed distance
|
||||
//! between a point and the implicit curve.
|
||||
@@ -53,7 +53,7 @@ public:
|
||||
|
||||
//! Returns the parameter V of the point on the
|
||||
//! parametric curve corresponding to the Point Pnt.
|
||||
//! The Correspondance between Pnt and the point P(V)
|
||||
//! The Correspondence between Pnt and the point P(V)
|
||||
//! on the parametric curve must be coherent with the
|
||||
//! way of determination of the signed distance
|
||||
//! between a point and the implicit curve.
|
||||
|
Reference in New Issue
Block a user