{"version":3,"file":"valaxis.cjs","sources":["../../src/commands/valaxis.ts"],"sourcesContent":[" \n'use strict';\n\nimport Command from '../command';\n\nclass ValAxis extends Command {\n\n    constructor(\n        cxLocation: number | null = null,\n        yLocation: number | null = null,\n        zLocation: number | null = null,\n        aLocation: number | null = null,\n        bLocation: number | null = null,\n        tableBaseXLocation: number | null = null,\n        tableBaseYlocation: number | null = null,\n        tableBaseZLocation: number | null = null,\n        tableBaseALocation: number | null = null,\n        tableBaseBLocation: number | null = null\n    ) {\n        super('VA');\n        this.args.push(cxLocation)\n        this.args.push(yLocation)\n        this.args.push(zLocation)\n        this.args.push(aLocation)\n        this.args.push(bLocation)\n        this.args.push(tableBaseXLocation)\n        this.args.push(tableBaseYlocation)\n        this.args.push(tableBaseZLocation)\n        this.args.push(tableBaseALocation)\n        this.args.push(tableBaseBLocation)\n    }\n}\n\nexport default ValAxis;\n"],"names":["ValAxis","Command","constructor","cxLocation","yLocation","zLocation","aLocation","bLocation","tableBaseXLocation","tableBaseYlocation","tableBaseZLocation","tableBaseALocation","tableBaseBLocation","args","push"],"mappings":";;;;;;AAKA,MAAMA,OAAgBC,SAAAA,eAAAA,CAAAA;AAElBC,IAAAA,WAAAA,CACIC,UAA4B,GAAA,IAAI,EAChCC,SAAAA,GAA2B,IAAI,EAC/BC,SAA2B,GAAA,IAAI,EAC/BC,SAAAA,GAA2B,IAAI,EAC/BC,SAA2B,GAAA,IAAI,EAC/BC,kBAAAA,GAAoC,IAAI,EACxCC,kBAAoC,GAAA,IAAI,EACxCC,kBAAAA,GAAoC,IAAI,EACxCC,kBAAoC,GAAA,IAAI,EACxCC,kBAAAA,GAAoC,IAAI,CAC1C;AACE,QAAA,KAAK,CAAC,IAAA,CAAA;AACN,QAAA,IAAI,CAACC,IAAI,CAACC,IAAI,CAACX,UAAAA,CAAAA;AACf,QAAA,IAAI,CAACU,IAAI,CAACC,IAAI,CAACV,SAAAA,CAAAA;AACf,QAAA,IAAI,CAACS,IAAI,CAACC,IAAI,CAACT,SAAAA,CAAAA;AACf,QAAA,IAAI,CAACQ,IAAI,CAACC,IAAI,CAACR,SAAAA,CAAAA;AACf,QAAA,IAAI,CAACO,IAAI,CAACC,IAAI,CAACP,SAAAA,CAAAA;AACf,QAAA,IAAI,CAACM,IAAI,CAACC,IAAI,CAACN,kBAAAA,CAAAA;AACf,QAAA,IAAI,CAACK,IAAI,CAACC,IAAI,CAACL,kBAAAA,CAAAA;AACf,QAAA,IAAI,CAACI,IAAI,CAACC,IAAI,CAACJ,kBAAAA,CAAAA;AACf,QAAA,IAAI,CAACG,IAAI,CAACC,IAAI,CAACH,kBAAAA,CAAAA;AACf,QAAA,IAAI,CAACE,IAAI,CAACC,IAAI,CAACF,kBAAAA,CAAAA;AACnB;AACJ;;;;"}