1
0
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 10]

Fix various typos via codespell.
This commit is contained in:
luz paz
2021-04-19 11:42:46 +03:00
committed by bugmaster
parent b69e576af0
commit 316ea29318
339 changed files with 1743 additions and 1972 deletions

View File

@@ -21,15 +21,15 @@
#include <gp_Vec2d.hxx>
//=========================================================================
// Creation d une translation 3d de Geom2d de vecteur de tanslation Vec. +
// Creation d une translation 3d de Geom2d de vecteur de translation Vec
//=========================================================================
GCE2d_MakeTranslation::GCE2d_MakeTranslation(const gp_Vec2d& Vec ) {
TheTranslation = new Geom2d_Transformation();
TheTranslation->SetTranslation(Vec);
}
//=========================================================================
// Creation d une translation 3d de Geom2d de vecteur de tanslation le +
// Creation d une translation 3d de Geom2d de vecteur de translation le +
// vecteur reliant Point1 a Point2. +
//=========================================================================
@@ -40,6 +40,6 @@ GCE2d_MakeTranslation::GCE2d_MakeTranslation(const gp_Pnt2d& Point1 ,
}
const Handle(Geom2d_Transformation)& GCE2d_MakeTranslation::Value() const
{
{
return TheTranslation;
}