Uses of Package
za.co.luma.geom

Packages that use za.co.luma.geom
za.co.luma.geom Contains classes for representing simple geometric types, such as points / vectors and segments. 
za.co.luma.math.sampling The classes in this package is useful for sampling images, although some might be used to sample arbitrary structures. 
 

Classes in za.co.luma.geom used by za.co.luma.geom
Segment
          This class represents a finite line segment, that is, the segment between two points.
SegmentSet
          A SegmentSet is an iterable collection of Segments.
Vector2DDouble
          Class that represents a 2D vector over real numbers.
Vector3DDouble
          Class that represents a real 3D vector.
 

Classes in za.co.luma.geom used by za.co.luma.math.sampling
Vector2DDouble
          Class that represents a 2D vector over real numbers.
Vector2DInt
          Class that represents a 2D point with int.