Searched defs:b2Vec2 (Results 1 – 1 of 1) sorted by relevance
57 struct b2Vec2 struct60 b2Vec2() {} in b2Vec2() argument63 b2Vec2(float32 x, float32 y) : x(x), y(y) {} in b2Vec2() function72 b2Vec2 operator -() const { b2Vec2 v; v.Set(-x, -y); return v; } argument87 void operator += (const b2Vec2& v) argument111 /// b2Vec2::Length (if possible). argument112 float32 LengthSquared() const in LengthSquared()139 b2Vec2 Skew() const in Skew() argument144 float32 x, y;