UNPKG
@thewtex/vtk.js-esm
Version:
latest (18.4.2-77b22c7239.1)
18.4.2-77b22c7239.1
18.4.2-77b22c7239
Visualization Toolkit for the Web
github.com/kitware/vtk-js
kitware/vtk-js
@thewtex/vtk.js-esm
/
Widgets
/
Representations
/
ResliceCursorContextRepresentation
/
Constants.js
13 lines
(11 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
var
PlaneNormal
=
{
X:
[
1
,
0
,
0
],
Y:
[
0
,
-1
,
0
],
Z:
[
0
,
0
,
1
] }
;
var
PlaneOrientation
=
{
X:
0
,
Y:
1
,
Z:
2
}
;
export
{
PlaneNormal
,
PlaneOrientation
}
;