math.geom2d.circulinear.buffer
Class MiterJoinFactory

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

public class MiterJoinFactory
extends java.lang.Object
implements JoinFactory

Author:
dlegland

Constructor Summary
MiterJoinFactory()
           
 
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

MiterJoinFactory

public MiterJoinFactory()
Method Detail

createJoin

public CirculinearContinuousCurve2D createJoin(CirculinearElement2D curve1,
                                               CirculinearElement2D curve2,
                                               double dist)
Description copied from interface: JoinFactory
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