UNPKG
@acransac/vtk.js
Version:
latest (16.14.0-101)
16.14.0-101
16.14.0-100
Visualization Toolkit for the Web
github.com/kitware/vtk-js
kitware/vtk-js
@acransac/vtk.js
/
Sources
/
Widgets
/
Representations
/
ResliceCursorContextRepresentation
/
Constants.js
12 lines
(10 loc)
•
143 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
const
PlaneNormal
=
{
X:
[
1
,
0
,
0
],
Y:
[
0
,
-1
,
0
],
Z:
[
0
,
0
,
1
], }
;
export
const
PlaneOrientation
=
{
X:
0
,
Y:
1
,
Z:
2
, }
;