This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
LInE
/
Alfabetiza
Beobachten
6
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
181c642864
Branches
Tags
master
Alfabetiza
/
pandora
/
components
/
Ellipse.js
Ellipse.js
95 B
Verlauf
Originalformat
1
2
3
4
5
6
class Ellipse {
constructor(rx, ry=rx){
this.rx = rx;
this.ry = ry;
}
}