Bitbybit Docs
    Bereite Suchindex vor...

    Typenalias Line3 (Inputs.Base)

    A finite straight line in space, named as start and end. The named form, as opposed to Segment3 which is a pair of points; different APIs prefer different shapes.

    type Line3 = {
        start: Point3;
        end: Point3;
    }
    Index

    Eigenschaften

    Eigenschaften

    start: Point3
    end: Point3