name of the constructor changed from LineType to Line3
This commit is contained in:
parent
c69a02d71d
commit
9afae94da0
|
@ -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<ScalarType,!NORM > &r)
|
||||
Line3 (const Line3<ScalarType,!NORM > &r)
|
||||
{ Import(r); };
|
||||
/// assignment
|
||||
inline LineType & operator = ( Line3<ScalarType,!NORM> const &r)
|
||||
|
@ -200,4 +203,4 @@ Point3<ScalarType> ClosestPoint( Line3<ScalarType,NORM> l, const Point3<ScalarTy
|
|||
/*@}*/
|
||||
|
||||
} // end namespace
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue