阔达鼠标

文章
3
资源
0
加入时间
2年10月17天

struct 中定义方法例子

<br />在头文件中定义<br />/// An axis aligned bounding box.struct b2AABB{ /// Verify that the bounds are sorted. bool IsValid() const; /// Get the center of the AABB. b2Vec2 GetCenter() const { return 0.5f * (lowerBound + upperBound); } /// G