Searched defs:Vector2d (Results 1 – 4 of 4) sorted by relevance
25 constexpr Vector2d() : x_(0), y_(0) {} in Vector2d() function26 constexpr Vector2d(int x, int y) : x_(x), y_(y) {} in Vector2d() function
15 class Vector2d; variable
321 typedef Vector2d Vector2d; in test_openglsupport() typedef
184 TEST_F(GeometryStructTraitsTest, Vector2d) { in TEST_F() argument