Searched defs:_vec2 (Results 1 – 1 of 1) sorted by relevance
82 typedef struct _vec2 struct84 float x;85 float y;92 _vec2(float in_x, float in_y) in _vec2() function103 bool operator==(const _vec2& in) const in operator ==()113 bool operator!=(const _vec2& in) const in operator !=()117 } _vec2; typedef