sesaparcours
    Preparing search index...
    • Adds an image point of a through an axial symmetry of axis d syntaxes addImPointSymAx(a, d), addImPointSymAx(a, d, name), addImPointSymAx(a, d, name, color) and addImPointSymAx(a, d, name, color, pointStyle) are allowed too

      Parameters

      • options: {
            a: string | CPt;
            color?: string;
            d: string;
            fontSize?: number;
            hidden?: boolean;
            hiddenName?: boolean;
            name?: string;
            offsetX?: number;
            offsetY?: number;
            opacity?: number;
            pointStyle?: string;
            tag?: string;
        }
        • a: string | CPt

          point that is to be transformed by the symmetry (or point name)

        • Optionalcolor?: string

          Color, black by default

        • d: string

          The symmetry axis (line, segment or ray)

        • OptionalfontSize?: number

          Font size of the name

        • Optionalhidden?: boolean

          true to get the created point masked

        • OptionalhiddenName?: boolean

          true to get the created point name masked

        • Optionalname?: string

          The name of the point to be created

        • OptionaloffsetX?: number

          x-shift of the name

        • OptionaloffsetY?: number

          y-shift of the name

        • Optionalopacity?: number

          opacity (0 to 1), 1 by default

        • OptionalpointStyle?: string

          Point style (o|O|OO|x|X|+|<>|[]|.) or (littleround|round|biground|mult|bigmult|cross|diamond|square|pixel|)

        • Optionaltag?: string

          Tag to be applied on the created point (if present)

      Returns Promise<undefined> | CPointImage

      The created point if isPromiseMode is false or promise that will be resolved when the point is displayed