Documentation of 'math.geom2d.polygon.Polyline2D' Java class
Polyline2D
math.geom2d.polygon

Class Polyline2D

    • Constructor Detail

      • Polyline2D

        public Polyline2D()
      • Polyline2D

        public Polyline2D(int nVertices)
        Creates a new polyline by allocating enough memory for the specified number of vertices.
        Parameters:
        nVertices -
      • Polyline2D

        public Polyline2D(Point2D initialPoint)
      • Polyline2D

        public Polyline2D(Point2D... vertices)
      • Polyline2D

        public Polyline2D(java.util.Collection<? extends Point2D> vertices)
      • Polyline2D

        public Polyline2D(double[] xcoords,
                          double[] ycoords)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.