UNPKG

igniteui-react-core

Version:
38 lines (37 loc) 1.38 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { __extends } from "tslib"; import { Base, markType } from "./type"; /** * @hidden */ var TriangulatorContext = /** @class */ /*@__PURE__*/ (function (_super) { __extends(TriangulatorContext, _super); function TriangulatorContext() { var _this = _super !== null && _super.apply(this, arguments) || this; _this.j = 0; _this.d = null; _this.e = null; _this.i = null; _this.n = null; _this.o = null; _this.p = null; _this.g = null; _this.f = null; _this.h = null; _this.a = null; _this.b = null; _this.m = 0; _this.l = 0; _this.k = 0; _this.c = false; return _this; } TriangulatorContext.$t = markType(TriangulatorContext, 'TriangulatorContext'); return TriangulatorContext; }(Base)); export { TriangulatorContext };