Class OrientedRectangle2afp.ProjectionToOrientedRectangleLocalCoordinateSystemPathIterator<T extends PathElement2afp>

    • Constructor Detail

      • ProjectionToOrientedRectangleLocalCoordinateSystemPathIterator

        public ProjectionToOrientedRectangleLocalCoordinateSystemPathIterator​(double x,
                                                                              double y,
                                                                              double axis1X,
                                                                              double axis1Y,
                                                                              PathIterator2afp<T> iterator)
        Constructor.
        Parameters:
        x - the specified X coordinate of the rectangle center.
        y - the specified Y coordinate of the rectangle center.
        axis1X - the X coordinate of the first axis of the rectangle.
        axis1Y - the Y coordinate of the first axis of the rectangle.
        iterator - the iterator to transform.