@evoke-ui/zsort3d
Version:
TypeScript z-plane rendering engine with 3D depth simulation using Canvas 2D and mouse-based navigation
27 lines • 620 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Z3DSortable = void 0;
class Z3DSortable {
constructor() {
this.x = 0;
this.y = 0;
this.z = 0;
this.xpos = 0;
this.ypos = 0;
this.zpos = 0;
this.xnum = 0;
this.ynum = 0;
this.znum = 0;
this.width = 0;
this.height = 0;
this.scaleX = 1;
this.scaleY = 1;
this.alpha = 1;
this.title = '';
this.url = '';
}
destroy() {
}
}
exports.Z3DSortable = Z3DSortable;
//# sourceMappingURL=Z3DSortable.js.map