This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
bixel
/
snaky-particles
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
c21fa90b53
Branches
Tags
angular
animations
delayed_animations
development
gh-pages
master
models
snaky-particles
/
models
/
position.js
position.js
56 B
Histórico
Raw
1
2
3
4
var Position = function(x, y) {
this.x=x;
this.y=y;
};