math.geom2d.circulinear.buffer
Interface JoinFactory

All Known Implementing Classes:
BevelJoinFactory, MiterJoinFactory, RoundJoinFactory

public interface JoinFactory

Generate a join between two consecutive parallel curves.

Author:
dlegland

Method Summary
 CirculinearContinuousCurve2D createJoin(CirculinearElement2D previous, CirculinearElement2D next, double dist)
          Creates a join between the parallels of two curves at the specified distance.
 

Method Detail

createJoin

CirculinearContinuousCurve2D createJoin(CirculinearElement2D previous,
                                        CirculinearElement2D next,
                                        double dist)
Creates a join between the parallels of two curves at the specified distance. The first point of curve2 is assumed to be the last point of curve1.