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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user