We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorry to bother you, because this is not an issue exactly.
I'm learning from the source code, but I can't understand this sentence:
let x = position.x + 100 * Math.pow(1 + velocity.x, 2) * sign(velocity.x);
I think 100 * (1+velocity.x)^2 mey be a formula to calculate the displacement, but I can't describe where the 100 and 1 come from.
100 * (1+velocity.x)^2
Could you please help me?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sorry to bother you, because this is not an issue exactly.
I'm learning from the source code, but I can't understand this sentence:
I think
100 * (1+velocity.x)^2
mey be a formula to calculate the displacement, but I can't describe where the 100 and 1 come from.Could you please help me?
The text was updated successfully, but these errors were encountered: