UNPKG
vtk.js-custom-jhonny
Version:
latest (32.8.1-custom.8t)
32.8.1-custom.8t
32.8.1-custom.7
32.8.1-custom.6
32.8.1-custom.5
32.8.1-custom.4
32.8.1-custom.3
32.8.1-custom.2
32.8.1-custom.1
Visualization Toolkit for the Web
github.com/kitware/vtk-js
Kitware/vtk-js
vtk.js-custom-jhonny
/
Filters
/
General
/
ContourTriangulator
/
Constants.js
7 lines
(5 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
CCS_POLYGON_TOLERANCE
=
1e-5
;
var
Constants
= {
CCS_POLYGON_TOLERANCE
};
export
{
CCS_POLYGON_TOLERANCE
,
Constants
as
default
};