ソースを参照

Add humans as a unit of height

tags/v0.1.0
Fen Dweller 6年前
コミット
d97b2a89c0
1個のファイルの変更4行の追加0行の削除
  1. +4
    -0
      macrovision.js

+ 4
- 0
macrovision.js ファイルの表示

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


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


読み込み中…
キャンセル
保存