summaryrefslogtreecommitdiff
path: root/goodies/source/base3d
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 15:40:36 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 15:40:36 +0000
commit317c14ba2d90e98cf410763555248b9220431520 (patch)
treefc11de561573f7ac7a6d1dfa5a42be8be04f6b01 /goodies/source/base3d
parent94af9f052f02ba22c0d3a9182fbc1d93bbb8ed08 (diff)
INTEGRATION: CWS aw036 (1.7.20); FILE MERGED
2006/10/25 10:07:22 aw 1.7.20.1: #i68442# also init PlaneNormal where Point is inited for B3dEntities
Diffstat (limited to 'goodies/source/base3d')
-rw-r--r--goodies/source/base3d/b3dgeom.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/goodies/source/base3d/b3dgeom.cxx b/goodies/source/base3d/b3dgeom.cxx
index e593c3225414..6f0c267f83e1 100644
--- a/goodies/source/base3d/b3dgeom.cxx
+++ b/goodies/source/base3d/b3dgeom.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: b3dgeom.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: ihi $ $Date: 2006-11-14 16:07:35 $
+ * last change: $Author: vg $ $Date: 2006-11-21 16:40:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -237,6 +237,7 @@ void B3dGeometry::AddEdge(const basegfx::B3DPoint& rPoint)
rNew.Reset();
rNew.Point() = rPoint;
+ rNew.PlaneNormal() = Vector3D(); // #i68442# Init PlaneNormal
rNew.SetValid();
rNew.SetEdgeVisible(sal_True);
@@ -248,6 +249,7 @@ void B3dGeometry::AddEdge(const basegfx::B3DPoint& rPoint)
rNew.Reset();
rNew.Point() = rPoint;
+ rNew.PlaneNormal() = Vector3D(); // #i68442# Init PlaneNormal
rNew.SetValid();
rNew.SetEdgeVisible(sal_True);
}
@@ -261,6 +263,7 @@ void B3dGeometry::AddEdge(const basegfx::B3DPoint& rPoint, const basegfx::B3DVec
rNew.Reset();
rNew.Point() = rPoint;
+ rNew.PlaneNormal() = Vector3D(); // #i68442# Init PlaneNormal
rNew.SetValid();
rNew.Normal() = rNormal;
rNew.SetNormalUsed();
@@ -274,6 +277,7 @@ void B3dGeometry::AddEdge(const basegfx::B3DPoint& rPoint, const basegfx::B3DVec
rNew.Reset();
rNew.Point() = rPoint;
+ rNew.PlaneNormal() = Vector3D(); // #i68442# Init PlaneNormal
rNew.SetValid();
rNew.Normal() = rNormal;
rNew.SetNormalUsed();
@@ -289,6 +293,7 @@ void B3dGeometry::AddEdge(const basegfx::B3DPoint& rPoint, const basegfx::B3DVec
rNew.Reset();
rNew.Point() = rPoint;
+ rNew.PlaneNormal() = Vector3D(); // #i68442# Init PlaneNormal
rNew.SetValid();
rNew.Normal() = rNormal;
rNew.SetNormalUsed();
@@ -304,6 +309,7 @@ void B3dGeometry::AddEdge(const basegfx::B3DPoint& rPoint, const basegfx::B3DVec
rNew.Reset();
rNew.Point() = rPoint;
+ rNew.PlaneNormal() = Vector3D(); // #i68442# Init PlaneNormal
rNew.SetValid();
rNew.Normal() = rNormal;
rNew.SetNormalUsed();