Explorar el Código

Add humans as a unit of height

tags/v0.1.0
Fen Dweller hace 6 años
padre
commit
d97b2a89c0
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      macrovision.js

+ 4
- 0
macrovision.js Ver fichero

@@ -22,6 +22,9 @@ let dragScaleHandle = null;
let dragEntityScale = 1;
let dragEntityScaleHandle = null;

math.createUnit("humans", {
definition: "5.5 feet"
})
const unitChoices = {
length: [
"meters",
@@ -31,6 +34,7 @@ const unitChoices = {
"kilometers",
"inches",
"feet",
"humans",
"stories",
"miles",
"AUs",


Cargando…
Cancelar
Guardar