typedef struct __svec2 { float x; float y; } svec2;
A 2 dimensional vector of floats.
x X coordinate y Y coordinate
(Last Updated 7/27/2005)