Space¶ voxel.Space(space) ¶ Designates the voxel (image grid), world, or local coordinate space, where local refers to the flipped [-1, 1] grid-sampling space used by torch. Parameters: space (Space | str) – Coordinate space. A string may be 'voxel', 'world', or 'local'.