UNPKG

@kitware/vtk.js

Version:

Visualization Toolkit for the Web

18 lines (15 loc) 335 B
export declare enum OrientationModes { DIRECTION = 0, ROTATION = 1, MATRIX = 2, } export declare enum ScaleModes { SCALE_BY_CONSTANT = 0, SCALE_BY_MAGNITUDE = 1, SCALE_BY_COMPONENTS = 2, } declare const _default: { OrientationModes: typeof OrientationModes; ScaleModes: typeof ScaleModes; }; export default _default;