UNPKG

@kitware/vtk.js

Version:

Visualization Toolkit for the Web

11 lines (9 loc) 183 B
const IntersectionState = { NO_INTERSECTION: 0, YES_INTERSECTION: 1, ON_LINE: 2 }; var Constants = { IntersectionState }; export { IntersectionState, Constants as default };