Index
All Classes|All Packages
O
- Offsets - Class in jhd.FloodFill
-
A class with static methods for working with voxel offsets Offsets are used to quickly access the indices of voxels touching a central voxel by simply adding the offset to the voxel's 1D, 2D or 3D index. Offsets arrays are in decreasing order of connectivity, in 3D Face touching(0-5), Edge touching (6-17)and finally Corner touching(17-25). The connectivity of a flood is determined by how far down the list one goes.
- Offsets.PointDesc - Class in jhd.FloodFill
-
Class for 2D and 3D pixel offset and value information
All Classes|All Packages