capacitor-plugin-scanbot-barcode-scanner-sdk
    Preparing search index...

    Class LineSegmentFloat

    Represents a line segment in 2D space.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    end: Point

    End point of the segment.

    start: Point

    Start point of the segment.

    Methods

    • Parameters

      Returns {
          end?: Point;
          serialize?: (
              config?: ToJsonConfiguration,
          ) => { readonly start?: Point | undefined; readonly end?: Point | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
          start?: Point;
      }

      • Optional Readonlyend?: Point

        End point of the segment.

      • Optionalserialize?: (
            config?: ToJsonConfiguration,
        ) => { readonly start?: Point | undefined; readonly end?: Point | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }
      • Optional Readonlystart?: Point

        Start point of the segment.