Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Box2d (iPhone、C++) の速度の尺度は?
command を使用するbody->GetLinearVelocity()と、どのような尺度が得られるでしょうか? (例: km/h またはメートル/秒)
body->GetLinearVelocity()
Box2d は、メートル-キログラム-秒を意味する MKS システムです。したがって、測定値は m/s でなければなりません。