UNPKG
descartes.js
Version:
latest (0.1.0)
0.1.0
0.0.2
0.0.1
A JS alternative to matplotlib, made for Descartes
github.com/arguiot/Descartes
arguiot/Descartes
descartes.js
/
src
/
includes
/
functions
/
center.js
4 lines
(3 loc)
•
69 B
JavaScript
View Raw
1
2
3
4
center() {
this
.mainVector = [
this
.width /
2
,
this
.height /
2
] }