Documentation of 'math.geom2d.point.PointShape2D' Java class
PointShape2D
math.geom2d.point

Interface PointShape2D

    • Method Detail

      • points

        java.util.Collection<Point2D> points()
        Returns the points in the shape as a collection.
        Returns:
        the collection of points
      • size

        int size()
        Returns the number of points in the set.
        Returns:
        the number of points
      • transform

        PointShape2D transform(AffineTransform2D trans)
        Transforms the point shape by an affine transform. The result is an instance of PointShape2D.
        Specified by:
        transform in interface Shape2D
        Parameters:
        trans - an affine transform
        Returns:
        the transformed shape
      • clip

        PointShape2D clip(Box2D box)
        When a PointShape2D is clipped, the result is still a PointShape2D.
        Specified by:
        clip in interface Shape2D
        Parameters:
        box - the clipping box
        Returns:
        the clipped shape

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.