Class PlineVertex

java.lang.Object
org.jhotdraw8.geom.contour.PlineVertex
All Implemented Interfaces:
Cloneable

public class PlineVertex extends Object implements Cloneable
PlineVertex.

References:

This code has been derived from CavalierContours.

CavalierContours. Copyright (c) 2019 Jedidiah Buck McCready. MIT License.
github.com
  • Constructor Details

    • PlineVertex

      public PlineVertex(Point2D.Double p, double bulge)
    • PlineVertex

      public PlineVertex(double x, double y)
    • PlineVertex

      public PlineVertex(double x, double y, double bulge)
  • Method Details