Uses of Class
geometry.Coordinates3D

Packages that use Coordinates3D
io.loader.load3D Contains all classes needed to load a 3D-skeleton. 
 

Uses of Coordinates3D in io.loader.load3D
 

Methods in io.loader.load3D that return Coordinates3D
static Coordinates3D Index2Coordinates.createCoordinates(int xindex, int yindex, int zindex, double widthDim, double heightDim, double depthDim)
          As the voxels are not square, we have to calculate the real coordinates for each voxel here.