mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-07 18:30:55 +03:00
0025101: Typo in code documentation of gp_Trsf::SetValues
Documentation of methods Multiply() and Multiplied() corrected in classes gp_(G)Trsf(2d)
This commit is contained in:
parent
973001bfce
commit
01a7df1b18
@ -216,7 +216,7 @@ is
|
|||||||
--
|
--
|
||||||
-- The method Value(i,j) will return aij.
|
-- The method Value(i,j) will return aij.
|
||||||
-- Raises ConstructionError if the determinant of the aij is null.
|
-- 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
|
raises
|
||||||
ConstructionError from Standard
|
ConstructionError from Standard
|
||||||
|
|
||||||
|
@ -255,7 +255,7 @@ is
|
|||||||
--
|
--
|
||||||
-- The method Value(i,j) will return aij.
|
-- The method Value(i,j) will return aij.
|
||||||
-- Raises ConstructionError if the determinant of the aij is null.
|
-- 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
|
raises
|
||||||
ConstructionError from Standard
|
ConstructionError from Standard
|
||||||
|
Loading…
x
Reference in New Issue
Block a user