public interface VoxelDimensions extends EuclideanSpace
Modifier and Type | Method and Description |
---|---|
double |
dimension(int d)
Get the size of a voxel in a given dimension d.
|
void |
dimensions(double[] dimensions)
Write the size of a voxel in each dimension into double[].
|
String |
unit()
Get the unit in which dimensions are specified.
|
numDimensions
String unit()
void dimensions(double[] dimensions)
dimensions
- double dimension(int d)
d
- Copyright © 2015–2021 Fiji. All rights reserved.