Box2d:GetLinearVelocity() 返回负值;

发布于 2024-09-12 02:27:23 字数 139 浏览 6 评论 0原文

当我使用以下内容时,有时我会在 mmVelik.x 和 mVelik.y 中得到负值。 谁能解释一下为什么吗??

b2Vec2 mVelik = ballBody->GetLinearVelocity();

When I use the following, sometimes I get a negative value in mmVelik.x and mVelik.y.
Can anyone explain why??

b2Vec2 mVelik = ballBody->GetLinearVelocity();

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

[浮城] 2024-09-19 02:27:23

如果该值不能为负,则对象只能向一个方向移动。如果 x 值为正,则速度向右,如果为负,则向左。 y 值(向下/向上)也是如此。

If the value couldn't be negative, then objects would only be able to move in one direction. If the x value is positive, the velocity is toward the right, if it's negative, then toward the left. And ditto for the y value (down/up).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文