sesaparcours
    Preparing search index...
    • Adds the intersection between two circles without re-creating an intersection point already created syntaxes addIntCircleCircle(c, c2), addIntCircleCircle(c, c2, name), addIntCircleCircle(c, c2, name, name2), addIntCircleCircle(c, c2, name, name2, color) and addIntCircleCircle(c, c2, name, name2, color, pointStyle) are allowed too

      Parameters

      • options: {
            c: string;
            c2: string;
            color?: string;
            fontSize?: number;
            hidden?: boolean;
            hiddenName?: boolean;
            name?: string;
            name2?: string;
            opacity?: number;
            pointStyle?: string;
            smartIntersect?: boolean;
        }
        • c: string

          Tag of the first intersection circle (or circle arc)

        • c2: string

          Tag of the second intersection circle (or circle arc)

        • Optionalcolor?: string

          Color, black by default

        • OptionalfontSize?: number

          Size of the font used for the created intersection points

        • Optionalhidden?: boolean

          true to get the intersection points masked

        • OptionalhiddenName?: boolean

          true to get the intersection points name hidden

        • Optionalname?: string

          Name of the first intersection point created

        • Optionalname2?: string

          Name of the second intersection point created (if not already present in the figure)

        • Optionalopacity?: number

          opacity (0 to 1), 1 by default

        • OptionalpointStyle?: string

          Point style (square|round|cross|mult|littleround|diamond|pixel|biground|bigmult)

        • OptionalsmartIntersect?: boolean

          Set to false to re-create points seen as already existing in circle intersection (with circle or line)

      Returns Promise<undefined> | CPointLieBipoint[]

      [point1, point2] where point1 and point2 are the intersection points if isPromiseMode is false or promise that will be resolved when the intersection points are displayed. If one of the intersection point exists, point1 is the new created point