mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +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:
@@ -60,11 +60,11 @@ public:
|
||||
//! Give the number of triangles in this double array of
|
||||
Standard_EXPORT Standard_Integer NbTriangles() const;
|
||||
|
||||
//! Give the 3 points of the triangle of addresse Index in
|
||||
//! Give the 3 points of the triangle of address Index in
|
||||
//! the double array of triangles.
|
||||
Standard_EXPORT void Triangle (const Standard_Integer Index, Standard_Integer& P1, Standard_Integer& P2, Standard_Integer& P3) const;
|
||||
|
||||
//! Give the addresse Tricon of the triangle connexe to the
|
||||
//! Give the address Tricon of the triangle connexe to the
|
||||
//! triangle of address Triang by the edge Pivot Pedge and
|
||||
//! the third point of this connexe triangle. When we are
|
||||
//! on a free edge TriCon==0 but the function return the
|
||||
@@ -110,10 +110,10 @@ public:
|
||||
|
||||
Standard_EXPORT Standard_Boolean HasVMaxSingularity() const;
|
||||
|
||||
//! Give the plane equation of the triangle of addresse Triang.
|
||||
//! Give the plane equation of the triangle of address Triang.
|
||||
Standard_EXPORT void PlaneEquation (const Standard_Integer Triang, gp_XYZ& NormalVector, Standard_Real& PolarDistance) const;
|
||||
|
||||
//! Give the plane equation of the triangle of addresse Triang.
|
||||
//! Give the plane equation of the triangle of address Triang.
|
||||
Standard_EXPORT Standard_Boolean Contain (const Standard_Integer Triang, const gp_Pnt& ThePnt) const;
|
||||
|
||||
Standard_EXPORT void Parameters (const Standard_Integer Index, Standard_Real& U, Standard_Real& V) const;
|
||||
|
@@ -49,17 +49,17 @@ public:
|
||||
//! Give the tolerance of the polygon.
|
||||
static Standard_Real DeflectionOverEstimation (const IntCurveSurface_ThePolyhedronOfHInter& thePolyh);
|
||||
|
||||
//! Give the number of triangles in this polyedral surface.
|
||||
//! Give the number of triangles in this polyhedral surface.
|
||||
static Standard_Integer NbTriangles (const IntCurveSurface_ThePolyhedronOfHInter& thePolyh);
|
||||
|
||||
//! Give the indices of the 3 points of the triangle of
|
||||
//! address Index in the PolyhedronTool.
|
||||
static void Triangle (const IntCurveSurface_ThePolyhedronOfHInter& thePolyh, const Standard_Integer Index, Standard_Integer& P1, Standard_Integer& P2, Standard_Integer& P3);
|
||||
|
||||
//! Give the point of index i in the polyedral surface.
|
||||
//! Give the point of index i in the polyhedral surface.
|
||||
static const gp_Pnt& Point (const IntCurveSurface_ThePolyhedronOfHInter& thePolyh, const Standard_Integer Index);
|
||||
|
||||
//! Give the addresse Tricon of the triangle connexe to
|
||||
//! Give the address Tricon of the triangle connexe to
|
||||
//! the triangle of address Triang by the edge Pivot Pedge
|
||||
//! and the third point of this connexe triangle. When we
|
||||
//! are on a free edge TriCon==0 but the function return
|
||||
|
Reference in New Issue
Block a user