diff options
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/matrix/b3dhommatrix.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/matrix/b3dhommatrix.cxx b/basegfx/source/matrix/b3dhommatrix.cxx index 26fbcce6604b..e0c049c5bf55 100644 --- a/basegfx/source/matrix/b3dhommatrix.cxx +++ b/basegfx/source/matrix/b3dhommatrix.cxx @@ -362,7 +362,7 @@ namespace basegfx aVUV.normalize(); aVPN.normalize(); - // build x-axis as perpendicular fron aVUV and aVPN + // build x-axis as perpendicular from aVUV and aVPN B3DVector aRx(aVUV.getPerpendicular(aVPN)); aRx.normalize(); |