name of the constructor changed from LineType to Line3

This commit is contained in:
ganovelli 2004-05-10 10:58:35 +00:00
parent c69a02d71d
commit 9afae94da0
1 changed files with 5 additions and 2 deletions

View File

@ -24,6 +24,9 @@
History History
$Log: not supported by cvs2svn $ $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 Revision 1.5 2004/03/10 15:27:48 tarini
added Normalized flag added Normalized flag
@ -171,7 +174,7 @@ public:
"Line3dN r0 = r1.Normalize()" if r1 is a Line3d "Line3dN r0 = r1.Normalize()" if r1 is a Line3d
**/ **/
/// copy constructor that takes opposite beaviour /// copy constructor that takes opposite beaviour
LineType (const Line3<ScalarType,!NORM > &r) Line3 (const Line3<ScalarType,!NORM > &r)
{ Import(r); }; { Import(r); };
/// assignment /// assignment
inline LineType & operator = ( Line3<ScalarType,!NORM> const &r) inline LineType & operator = ( Line3<ScalarType,!NORM> const &r)