Searched defs:b2Vec3 (Results 1 – 1 of 1) sorted by relevance
148 struct b2Vec3 struct151 b2Vec3() {} in b2Vec3() argument154 b2Vec3(float32 x, float32 y, float32 z) : x(x), y(y), z(z) {} in b2Vec3() function163 b2Vec3 operator -() const { b2Vec3 v; v.Set(-x, -y, -z); return v; } argument183 float32 x, y, z;