diff --git a/vcg/space/line3.h b/vcg/space/line3.h index 5f18c7c5..5d56daf6 100644 --- a/vcg/space/line3.h +++ b/vcg/space/line3.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.6 2004/03/11 11:47:20 tarini +minor updates, corrections, added documentations, etc. + Revision 1.5 2004/03/10 15:27:48 tarini added Normalized flag @@ -171,7 +174,7 @@ public: "Line3dN r0 = r1.Normalize()" if r1 is a Line3d **/ /// copy constructor that takes opposite beaviour - LineType (const Line3 &r) + Line3 (const Line3 &r) { Import(r); }; /// assignment inline LineType & operator = ( Line3 const &r) @@ -200,4 +203,4 @@ Point3 ClosestPoint( Line3 l, const Point3