math.geom2d.circulinear.buffer
Class RoundJoinFactory

java.lang.Object
  extended by math.geom2d.circulinear.buffer.RoundJoinFactory
All Implemented Interfaces:
JoinFactory

public class RoundJoinFactory
extends java.lang.Object
implements JoinFactory

Author:
dlegland

Constructor Summary
RoundJoinFactory()
           
 
Method Summary
 CirculinearContinuousCurve2D createJoin(CirculinearElement2D curve1, CirculinearElement2D curve2, double dist)
          Creates a join between the parallels of two curves at the specified distance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoundJoinFactory

public RoundJoinFactory()
Method Detail

createJoin

public CirculinearContinuousCurve2D createJoin(CirculinearElement2D curve1,
                                               CirculinearElement2D curve2,
                                               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.

Specified by:
createJoin in interface JoinFactory