@haiku/player
Version:
Haiku Player is a JavaScript library for building user interfaces
16 lines • 1.2 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var transformValueIsEssentiallyInt_1 = require("./transformValueIsEssentiallyInt");
exports.isMatrixableTransformArray = function (transform) {
return transformValueIsEssentiallyInt_1.transformValueIsEssentiallyInt(transform[2], 0) &&
transformValueIsEssentiallyInt_1.transformValueIsEssentiallyInt(transform[3], 0) &&
transformValueIsEssentiallyInt_1.transformValueIsEssentiallyInt(transform[6], 0) &&
transformValueIsEssentiallyInt_1.transformValueIsEssentiallyInt(transform[7], 0) &&
transformValueIsEssentiallyInt_1.transformValueIsEssentiallyInt(transform[8], 0) &&
transformValueIsEssentiallyInt_1.transformValueIsEssentiallyInt(transform[9], 0) &&
transformValueIsEssentiallyInt_1.transformValueIsEssentiallyInt(transform[10], 1) &&
transformValueIsEssentiallyInt_1.transformValueIsEssentiallyInt(transform[11], 0) &&
transformValueIsEssentiallyInt_1.transformValueIsEssentiallyInt(transform[14], 0) &&
transformValueIsEssentiallyInt_1.transformValueIsEssentiallyInt(transform[15], 1);
};
//# sourceMappingURL=isMatrixableTransformArray.js.map