sesaparcours
    Preparing search index...
    • Adds the abscissa measure of point b in (o, a) (the three points must be aligned) syntax addAbsMeasure(b, o, a, nameCalc) is also allowed

      Parameters

      • options: { a: string | CPt; b: string | CPt; nameCalc: string; o: string | CPt }
        • a: string | CPt

          extremity (abscissa of b in (O, a))

        • b: string | CPt

          point b the abscissa is wanted from

        • nameCalc: string

          Name of the created calculation (the x-coordinate measure))

        • o: string | CPt

          origin (abscissa of b in (O, a))

      Returns CMesureAbscisse

      the created measure