]> OCCT Git - occt.git/commitdiff
0025101: Typo in code documentation of gp_Trsf::SetValues
authorabv <abv@opencascade.com>
Fri, 26 Sep 2014 09:57:15 +0000 (13:57 +0400)
committerbugmaster <bugmaster@opencascade.com>
Mon, 29 Sep 2014 11:15:08 +0000 (15:15 +0400)
Documentation of methods Multiply() and Multiplied() corrected in classes gp_(G)Trsf(2d)

src/gp/gp_Trsf.cdl
src/gp/gp_Trsf2d.cdl

index 284a1e5b24095030b9964c2ae5304ff1193b9344..e5dd8e34754972288904545a38c140931fc89403 100644 (file)
@@ -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
 
index 32c5e2fdc2a0b18a3ef351b0dff651cda23f425f..98c7f0c9721f6238c76fe542fe4fcfffe97b40ec 100644 (file)
@@ -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