UNPKG

@thewtex/vtk.js-esm

Version:

Visualization Toolkit for the Web

12 lines (10 loc) 204 B
var IntersectionState = { NO_INTERSECTION: 0, YES_INTERSECTION: 1, ON_LINE: 2 }; var Constants = { IntersectionState: IntersectionState }; export default Constants; export { IntersectionState };