template<typename type, unsigned int A>
FXStream& FX::Maths::operator<< ( FXStream &  s,
const Vector< type, A > &  v 
)

Definition at line 585 of file FXMaths.h.

00586     {
00587         for(FXuint n=0; n<A; n++) s << v[n];
00588         return s;
00589     }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:38:01 2009 for TnFOX by doxygen v1.4.7