Class PathElement3d.QuadPathElement3d

    • Constructor Detail

      • QuadPathElement3d

        QuadPathElement3d​(double fromx,
                          double fromy,
                          double fromz,
                          double ctrlx,
                          double ctrly,
                          double ctrlz,
                          double tox,
                          double toy,
                          double toz)
        Constructor.
        Parameters:
        fromx - x coordinate of the origin point.
        fromy - y coordinate of the origin point.
        fromz - z coordinate of the origin point.
        ctrlx - x coordinate of the control point.
        ctrly - y coordinate of the control point.
        ctrlz - z coordinate of the control point.
        tox - x coordinate of the target point.
        toy - y coordinate of the target point.
        toz - z coordinate of the target point.