1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-08 14:17:06 +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:
luz paz
2021-01-11 12:29:28 +03:00
committed by bugmaster
parent 83746de803
commit 54adc5e979
162 changed files with 295 additions and 294 deletions

View File

@@ -182,7 +182,7 @@ public:
Standard_Boolean IsOpposite (const gp_Dir2d& Other, const Standard_Real AngularTolerance) const;
//! returns true if if the angle between this unit vector and unit
//! returns true if the angle between this unit vector and unit
//! vector Other is equal to 0, Pi or -Pi.
//! i.e. Abs(Angle(<me>, Other)) <= AngularTolerance or
//! PI - Abs(Angle(<me>, Other)) <= AngularTolerance

View File

@@ -181,7 +181,7 @@ public:
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. Raises DomainError if MajorRadius = 0.0
Standard_Real Eccentricity() const;

View File

@@ -195,7 +195,7 @@ public:
gp_Ax2d 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. Raises DomainError if MajorRadius = 0.0.
Standard_Real Eccentricity() const;

View File

@@ -103,7 +103,7 @@ public:
Standard_EXPORT void SetRows (const gp_XYZ& Row1, const gp_XYZ& Row2, const gp_XYZ& Row3);
//! Modifies the the matrix so that it represents
//! Modifies the matrix so that it represents
//! a scaling transformation, where S is the scale factor. :
//! | S 0.0 0.0 |
//! <me> = | 0.0 S 0.0 |

View File

@@ -45,7 +45,7 @@ public:
DEFINE_STANDARD_ALLOC
//! Creates an XYZ object with zero co-ordinates (0,0,0)
//! Creates an XYZ object with zero coordinates (0,0,0)
gp_XYZ();
//! creates an XYZ with given coordinates