Uses of Class
za.co.luma.geom.Vector2DInt

Packages that use Vector2DInt
za.co.luma.math.sampling The classes in this package is useful for sampling images, although some might be used to sample arbitrary structures. 
 

Uses of Vector2DInt in za.co.luma.math.sampling
 

Methods in za.co.luma.math.sampling that return Vector2DInt
static Vector2DInt PoissonDiskMultiSampler.pointDoubleToInt(Vector2DDouble pointDouble, Vector2DDouble origin, double cellSize)
          Converts a PointDouble to a PointInt that represents the index coordinates of the point in the background grid.