Bitbybit Docs
    Preparing search index...

    Class PathSubpath

    A contiguous run of segments. The first segment starts at start.

    Index

    Constructors

    Properties

    Constructors

    Properties

    start: Point2

    Absolute start point of the subpath.

    undefined
    
    segments: PathSegment[]

    Ordered segments; the first segment starts at start.

    undefined
    
    closed: boolean

    Whether the subpath is closed.

    false