This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
bixel
/
snaky-particles
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
c21fa90b53
Branches
Tags
angular
animations
delayed_animations
development
gh-pages
master
models
snaky-particles
/
models
/
position.js
position.js
56 B
Historique
Raw
1
2
3
4
var Position = function(x, y) {
this.x=x;
this.y=y;
};