UNPKG

@mui/x-charts-vendor

Version:

Vendored dependencies for MUI X Charts.

57 lines (56 loc) 1.29 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "incircle", { enumerable: true, get: function () { return _incircle.incircle; } }); Object.defineProperty(exports, "incirclefast", { enumerable: true, get: function () { return _incircle.incirclefast; } }); Object.defineProperty(exports, "insphere", { enumerable: true, get: function () { return _insphere.insphere; } }); Object.defineProperty(exports, "inspherefast", { enumerable: true, get: function () { return _insphere.inspherefast; } }); Object.defineProperty(exports, "orient2d", { enumerable: true, get: function () { return _orient2d.orient2d; } }); Object.defineProperty(exports, "orient2dfast", { enumerable: true, get: function () { return _orient2d.orient2dfast; } }); Object.defineProperty(exports, "orient3d", { enumerable: true, get: function () { return _orient3d.orient3d; } }); Object.defineProperty(exports, "orient3dfast", { enumerable: true, get: function () { return _orient3d.orient3dfast; } }); var _orient2d = require("./esm/orient2d.js"); var _orient3d = require("./esm/orient3d.js"); var _incircle = require("./esm/incircle.js"); var _insphere = require("./esm/insphere.js");