Class PathElement3d.CurvePathElement3d

    • Constructor Detail

      • CurvePathElement3d

        CurvePathElement3d​(double fromx,
                           double fromy,
                           double fromz,
                           double ctrlx1,
                           double ctrly1,
                           double ctrlz1,
                           double ctrlx2,
                           double ctrly2,
                           double ctrlz2,
                           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.
        ctrlx1 - x coordinate of the first control point.
        ctrly1 - y coordinate of the first control point.
        ctrlz1 - z coordinate of the first control point.
        ctrlx2 - x coordinate of the second control point.
        ctrly2 - y coordinate of the second control point.
        ctrlz2 - z coordinate of the second control point.
        tox - x coordinate of the target point.
        toy - y coordinate of the target point.
        toz - z coordinate of the target point.