sesaparcours
    Preparing search index...
    • Gives to the free point named a the coordinates x, y syntax setFreePointPosition(a, x, y) is also allowed

      Parameters

      • options: { a: string | CPt; x: number; y: string | number | CValDyn }
        • a: string | CPt

          Name of the free point coordinates are to be changed

        • x: number

          Value of the new x coordinate of the free point in the svg

        • y: string | number | CValDyn

          Value of the new y coordinate of the free point in the svg

      Returns void