sesaparcours
    Preparing search index...
    • Adds the intersection of 2 lines syntaxes addIntLineLine(d, d2), addIntLineLine(d, d2, name), addIntLineLine(d, d2, name, color) and addIntLineLine(d, d2, name, color, pointStyle) are allowed too

      Parameters

      • options: {
            color?: string;
            d: string;
            d2: string;
            fontSize?: number;
            hidden?: boolean;
            hiddenName?: boolean;
            name?: string;
            opacity?: number;
            pointStyle?: string;
            tag?: string;
        }
        • Optionalcolor?: string

          Color, black by default

        • d: string

          Tag of the first intersection line (or ray or segment)

        • d2: string

          Tag of the second intersection line (or ray or segment)

        • OptionalfontSize?: number

          Size of the font used for the intersection point name

        • Optionalhidden?: boolean

          true to get the intersection point masked

        • OptionalhiddenName?: boolean

          true to get the intersection point name hidden

        • Optionalname?: string

          The name of the intersection point

        • Optionalopacity?: number

          opacity (0 to 1), 1 by default

        • OptionalpointStyle?: string

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

        • Optionaltag?: string

          Tag to be applied on the created LaTeX display (if present)

      Returns Promise<undefined> | CIntDroiteDroite

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