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
/
Rendering
/
Core
/
Coordinate
/
Constants.d.ts
15 lines
(13 loc)
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export
declare
enum
Coordinate { DISPLAY =
0
, NORMALIZED_DISPLAY =
1
, VIEWPORT =
2
, NORMALIZED_VIEWPORT =
3
, PROJECTION =
4
, VIEW =
5
, WORLD =
6
, } declare
const
_
default
: { Coordinate:
typeof
Coordinate; };
export
default
_
default
;