1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-03 14:10:33 +03:00

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

Fix various typos

Fixed via `codespell v2.1.dev
This commit is contained in:
luz paz
2020-12-16 11:58:16 +03:00
committed by bugmaster
parent 7fb9d6d573
commit 0177fe2617
196 changed files with 476 additions and 1351 deletions

View File

@@ -38,7 +38,6 @@ public:
DEFINE_STANDARD_ALLOC
//! Returns the location of the SectionPoint.
Standard_EXPORT const gp_Pnt& Pnt() const;
@@ -58,17 +57,15 @@ public:
Intf_PIType TypeOnSecond() const;
Standard_EXPORT void InfoFirst (Intf_PIType& Dim, Standard_Integer& Add1, Standard_Integer& Add2, Standard_Real& Param) const;
//! Gives the datas about the first argument of the
//! Interference.
//! Gives the data about the first argument of the Interference.
Standard_EXPORT void InfoFirst (Intf_PIType& Dim, Standard_Integer& Addr, Standard_Real& Param) const;
Standard_EXPORT void InfoSecond (Intf_PIType& Dim, Standard_Integer& Add1, Standard_Integer& Add2, Standard_Real& Param) const;
//! Gives the datas about the second argument of the
//! Interference.
//! Gives the data about the second argument of the Interference.
Standard_EXPORT void InfoSecond (Intf_PIType& Dim, Standard_Integer& Addr, Standard_Real& Param) const;
//! Gives the incidence at this section point. The incidence
//! between the two triangles is given by the cosine. The best
//! incidence is 0. (PI/2). The worst is 1. (null angle).
@@ -103,19 +100,8 @@ public:
Standard_EXPORT void Dump (const Standard_Integer Indent) const;
protected:
private:
gp_Pnt myPnt;
Intf_PIType DimenObje;
Standard_Integer IndexO1;
@@ -127,14 +113,8 @@ private:
Standard_Real ParamTool;
Standard_Real Incide;
};
#include <Intf_SectionPoint.lxx>
#endif // _Intf_SectionPoint_HeaderFile