[inline]
Set value from array of floats.
Definition at line 81 of file FXVec4d.h.
00081 {x=v[0];y=v[1];z=v[2];w=v[3];return *this;}