Package com.imagero.geom

Class Summary
Bezier  
BezierPointIterator  
Line Every line (in 2D) can be represented with formula y = a*x + b (exceptions - horizontal [y=b] and vertical [x = n] lines); Class Line is based on this insight, this makes him very simple and clear.
LineSegment LineSegment is like a Line, but bounded through 2 Points