X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMAlgo%2FGEOMAlgo_FinderShapeOnQuad.cxx;h=e58444a4dec4faaf2a25f60488c6ce6024160028;hb=8422ddce7f07cce7117b80c6c8e26fb0bd8cbe78;hp=20e5ca9d082c409805d24ea7f1a6c1e7867e55fd;hpb=ec168c32f86cab8199030ec4e8e2b1cbd5e42670;p=modules%2Fgeom.git diff --git a/src/GEOMAlgo/GEOMAlgo_FinderShapeOnQuad.cxx b/src/GEOMAlgo/GEOMAlgo_FinderShapeOnQuad.cxx index 20e5ca9d0..e58444a4d 100644 --- a/src/GEOMAlgo/GEOMAlgo_FinderShapeOnQuad.cxx +++ b/src/GEOMAlgo/GEOMAlgo_FinderShapeOnQuad.cxx @@ -33,14 +33,14 @@ GEOMAlgo_FinderShapeOnQuad::GEOMAlgo_FinderShapeOnQuad(const gp_Pnt & theTopLeftPoint, - const gp_Pnt & theTopRigthPoint, + const gp_Pnt & theTopRightPoint, const gp_Pnt & theBottomLeftPoint, - const gp_Pnt & theBottomRigthPoint) + const gp_Pnt & theBottomRightPoint) { myPoints.resize(6); myPoints[0] = theTopLeftPoint ; - myPoints[1] = theTopRigthPoint ; - myPoints[2] = theBottomRigthPoint; + myPoints[1] = theTopRightPoint ; + myPoints[2] = theBottomRightPoint; myPoints[3] = theBottomLeftPoint ; myPoints[4] = myPoints[0]; myPoints[5] = myPoints[1];