We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
direction
1 parent 4c28e79 commit 4e1de2dCopy full SHA for 4e1de2d
Sources/Common/DataModel/ImageData/index.d.ts
@@ -9,6 +9,7 @@ export interface IImageDataInitialValues extends IDataSetInitialValues {
9
spacing?: number[];
10
origin?: number[];
11
extent?: number[];
12
+ direction?: number[];
13
}
14
15
interface IComputeHistogram {
0 commit comments