Linear (not affine) transformation matrix with rank
columns and displayRank
rows in
column-major order. Specifies the transformation from chunk space to an isotropic "camera view
space". Note that only relative scales of input dimensions are relevant, any rotations applied
are irrelevant.
Optional
lowerThis, together with upperVoxelBound, specifies the total volume dimensions, which serves as a bound on the maximum chunk size. If not specified, defaults to a zero vector.
Optional
maxOptional
maxBase 2 logarithm of the maximum number of voxels per chunk. Defaults to DEFAULT_MAX_VOXELS_PER_CHUNK_LOG2.
Optional
minNumber of chunk dimensions.
Optional
upperUpper voxel bound. If not specified, the total volume dimensions are not used to bound the chunk size.
Generated using TypeDoc
Specifies common options for getNearIsotropicBlockSize and getTwoDimensionalBlockSize.