FXVec4d& FX::FXVec4d::operator= ( const FXVec3d v  )  [inline]

Assignment.

Definition at line 71 of file FXVec4d.h.

References FX::FXVec3d::x, FX::FXVec3d::y, and FX::FXVec3d::z.

00071 {x=v.x;y=v.y;z=v.z;w=1.0;return *this;}


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