glu/sgi: Initialize members of class directedLine.
authorVinson Lee <vlee@vmware.com>
Tue, 29 Dec 2009 22:28:33 +0000 (14:28 -0800)
committerVinson Lee <vlee@vmware.com>
Tue, 29 Dec 2009 22:28:33 +0000 (14:28 -0800)
src/glu/sgi/libnurbs/nurbtess/directedLine.cc

index 5be1ae3976aadbbfec4d5b8ac1f7d7432672f13d..1ceda025d9f8295c42c697512b92474f783be466 100644 (file)
@@ -309,6 +309,8 @@ directedLine::directedLine()
   nextPolygon = NULL;
   rootBit = 0;/*important to initilzae to 0 meaning not root yet*/
   rootLink = NULL;
+  direction = INCREASING;
+  sline = NULL;
 }
 
 directedLine::~directedLine()