Class Parallelogram2afp.ProjectionToParallelogramLocalCoordinateSystemPathIterator<T extends PathElement2afp>

    • Constructor Detail

      • ProjectionToParallelogramLocalCoordinateSystemPathIterator

        public ProjectionToParallelogramLocalCoordinateSystemPathIterator​(double x,
                                                                          double y,
                                                                          double axis1X,
                                                                          double axis1Y,
                                                                          double axis2X,
                                                                          double axis2Y,
                                                                          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 parallelogram.
        axis1Y - the Y coordinate of the first axis of the parallelogram.
        axis2X - the X coordinate of the second axis of the parallelogram.
        axis2Y - the Y coordinate of the second axis of the parallelogram.
        iterator - the iterator to transform.