[inline]
Construct from array of floats.
Definition at line 53 of file FXVec4f.h.
00053 {x=v[0];y=v[1];z=v[2];w=v[3];}