Bitbybit Docs
    Preparing search index...

    Type Alias Line2 (Inputs.Base)

    A finite straight line in the plane, named as start and end.

    type Line2 = {
        start: Point2;
        end: Point2;
    }
    Index

    Properties

    Properties

    start: Point2
    end: Point2