sesaparcours
    Preparing search index...
    • Translates all the figure with a vector of coordinates (x; y) syntax translateFig(x, y) is also allowed

      Parameters

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

          x-coordinate of the translation (svg coordinates)

        • y: string | number | CValDyn

          y-coordinate of the translation (svg coordinates)

      Returns void