Bitbybit Docs
    Bereite Suchindex vor...

    Typenalias Line2 (Inputs.Base)

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

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

    Eigenschaften

    Eigenschaften

    start: Point2
    end: Point2