1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-24 13:50:49 +03:00

0031939: Coding - correction of spelling errors in comments [part 3]

Fix various typos

Fixed via `codespell v2.1.dev0`
This commit is contained in:
luz paz
2020-12-10 11:40:53 +03:00
committed by bugmaster
parent 65cec1a6ef
commit a25d5aaa30
157 changed files with 329 additions and 309 deletions

View File

@@ -370,7 +370,7 @@ public:
//! Set the origin of a periodic curve at Knot U. If U
//! is not a knot of the BSpline a new knot is
//! inseted. KnotVector and poles are modified.
//! inserted. KnotVector and poles are modified.
//! Raised if the curve is not periodic
Standard_EXPORT void SetOrigin (const Standard_Real U, const Standard_Real Tol);
@@ -440,7 +440,7 @@ public:
//! StartingCondition = 1 means the first point and tangent cannot move
//! EndingCondition = 1 means the last point and tangent cannot move
//! and so forth
//! ErrorStatus != 0 means that there are not enought degree of freedom
//! ErrorStatus != 0 means that there are not enough degree of freedom
//! with the constrain to deform the curve accordingly
Standard_EXPORT void MovePointAndTangent (const Standard_Real U, const gp_Pnt& P, const gp_Vec& Tangent, const Standard_Real Tolerance, const Standard_Integer StartingCondition, const Standard_Integer EndingCondition, Standard_Integer& ErrorStatus);
@@ -453,7 +453,7 @@ public:
//! Check if curve has at least G1 continuity in interval [theTf, theTl]
//! Returns true if IsCN(1)
//! or
//! angle betweem "left" and "right" first derivatives at
//! angle between "left" and "right" first derivatives at
//! knots with C0 continuity is less then theAngTol
//! only knots in interval [theTf, theTl] is checked
Standard_EXPORT Standard_Boolean IsG1 (const Standard_Real theTf, const Standard_Real theTl, const Standard_Real theAngTol) const;

View File

@@ -858,7 +858,7 @@ public:
//! C3 : continuity of the third derivative all along the Surface,
//! CN : the order of continuity is infinite.
//! A B-spline surface is infinitely continuously differentiable
//! for the couple of parameters U, V such thats U != UKnots(i)
//! for the couple of parameters U, V such that U != UKnots(i)
//! and V != VKnots(i). The continuity of the surface at a knot
//! value depends on the multiplicity of this knot.
//! Example :

View File

@@ -84,7 +84,7 @@ public:
Standard_EXPORT void Scale (const gp_Pnt& P, const Standard_Real S);
//! Translates a Geometry. V is the vector of the tanslation.
//! Translates a Geometry. V is the vector of the translation.
Standard_EXPORT void Translate (const gp_Vec& V);

View File

@@ -197,7 +197,7 @@ public:
Standard_EXPORT gp_Ax1 Directrix2() const;
//! Returns the excentricity of the hyperbola (e > 1).
//! Returns the eccentricity of the hyperbola (e > 1).
//! If f is the distance between the location of the hyperbola
//! and the Focus1 then the eccentricity e = f / MajorRadius.
//! raised if MajorRadius = 0.0

View File

@@ -234,7 +234,7 @@ public:
//! Computes the V isoparametric curve.
//!
//! Te followings methods compute value and derivatives.
//! The following methods compute value and derivatives.
//!
//! Warnings
//! An exception is raised if a unique normal vector is
@@ -251,7 +251,7 @@ public:
//! normal direction of the basis surface. Pbasis, D1Ubasis,
//! D1Vbasis are the point and the first derivatives on the basis
//! surface.
//! If Ndir is undefined this method computes an approched normal
//! If Ndir is undefined this method computes an approached normal
//! direction using the following limited development :
//! Ndir = N0 + DNdir/DU + DNdir/DV + Eps with Eps->0 which
//! requires to compute the second derivatives on the basis surface.