sesaparcours
    Preparing search index...
    • adds the image of ray d by transformation transf syntaxes addRayIm(d, transf), addRayIm(d, transf, name), addRayIm(d, transf, name, color), addRayIm(d, transf, name, color, lineStyle) and addRayIm(d, transf, name, color, lineStyle, thickness) are allowed too

      Parameters

      • options: {
            color?: string;
            d: CDemiDroite;
            fontSize?: number;
            hidden?: boolean;
            hiddenName?: boolean;
            lineStyle?: string;
            opacity?: number;
            tag?: string;
            thickness?: number;
            transf: CTransformation;
        }
        • Optionalcolor?: string

          Color, black by default

        • d: CDemiDroite

          the ray that is to be transformed

        • OptionalfontSize?: number

          Font size of the name

        • Optionalhidden?: boolean

          true to get the created line masked

        • OptionalhiddenName?: boolean

          true to get the created line name masked

        • OptionallineStyle?: string

          Line style (line|-|dot|.|dashdash|--|dashdotdot|-..|dashdotdotdot|-...|dashdashdash|---)

        • Optionalopacity?: number

          opacity (0 to 1), 1 by default

        • Optionaltag?: string

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

        • Optionalthickness?: number

          Stroke thickness

        • transf: CTransformation

          the transformation to aplly on ray d

      Returns Promise<undefined> | CDroiteAB

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