Class PathElement2i.QuadPathElement2i

    • Constructor Detail

      • QuadPathElement2i

        QuadPathElement2i​(int fromx,
                          int fromy,
                          int ctrlx,
                          int ctrly,
                          int tox,
                          int toy)
        Constructor.
        Parameters:
        fromx - x coordinate of the origin point.
        fromy - y coordinate of the origin point.
        ctrlx - x coordinate of the control point.
        ctrly - y coordinate of the control point.
        tox - x coordinate of the target point.
        toy - y coordinate of the target point.