[inline]
Assignment from array of floats.
Definition at line 75 of file FXVec4f.h.
00075 {x=v[0];y=v[1];z=v[2];w=v[3];return *this;}