Searched defs:a_y (Results 1 – 3 of 3) sorted by relevance
15 float a_y; member
79 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {} in Derived1()