Searched defs:_vec4 (Results 1 – 1 of 1) sorted by relevance
120 typedef struct _vec4 struct122 float x;123 float y;124 float z;125 float w;134 _vec4(float in_x, float in_y, float in_z, float in_w) in _vec4() function147 bool operator==(const _vec4 &in) const in operator ==()157 bool operator!=(const _vec4 &in) const in operator !=()161 } _vec4; typedef