[inline]
Equality tests.
Definition at line 125 of file FXVec3f.h.
References x, y, and z.
00125 { return x==v.x && y==v.y && z==v.z; }