From: abv Date: Fri, 26 Sep 2014 09:57:15 +0000 (+0400) Subject: 0025101: Typo in code documentation of gp_Trsf::SetValues X-Git-Tag: V6_8_0_beta~53 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=01a7df1b1853844a9d00c70b6116615cd74dc9c7;p=occt.git 0025101: Typo in code documentation of gp_Trsf::SetValues Documentation of methods Multiply() and Multiplied() corrected in classes gp_(G)Trsf(2d) --- diff --git a/src/gp/gp_Trsf.cdl b/src/gp/gp_Trsf.cdl index 284a1e5b24..e5dd8e3475 100644 --- a/src/gp/gp_Trsf.cdl +++ b/src/gp/gp_Trsf.cdl @@ -216,7 +216,7 @@ is -- -- The method Value(i,j) will return aij. -- Raises ConstructionError if the determinant of the aij is null. - -- The matrix is orthogonalyzed before future using. + -- The matrix is orthogonalized before future using. raises ConstructionError from Standard diff --git a/src/gp/gp_Trsf2d.cdl b/src/gp/gp_Trsf2d.cdl index 32c5e2fdc2..98c7f0c972 100644 --- a/src/gp/gp_Trsf2d.cdl +++ b/src/gp/gp_Trsf2d.cdl @@ -255,7 +255,7 @@ is -- -- The method Value(i,j) will return aij. -- Raises ConstructionError if the determinant of the aij is null. - -- If the matrix as not a uniform scale it will be orthogonalyzed before future using. + -- If the matrix as not a uniform scale it will be orthogonalized before future using. raises ConstructionError from Standard