Skip to content

Instantly share code, notes, and snippets.

@vadixidav
Created November 29, 2015 10:02
Show Gist options
  • Save vadixidav/65cf093ac0104f1ef81f to your computer and use it in GitHub Desktop.
Save vadixidav/65cf093ac0104f1ef81f to your computer and use it in GitHub Desktop.
for i in 0..sballs.len() {
for j in i..sballs.len() {
Ball::gravitate(&mut sballs[i].ball, &mut sballs[j].ball);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment