Velocity meters per second or pixels per second?
问题 apple documentation gives a physics bodies velocity as in meters per second. If this is true is there a relationship between pixels and meters? and if there is, what is it? or is this an error in the documentation and its really pixels per second? 回答1: I wrote a small program to try to work this out and got an answer of 135 points to the metre. https://stackoverflow.com/a/37523818/1430420 Edit: Here is the program for anyone to check to see if my maths is off // // GameScene.swift //