Bitbybit Docs
    Preparing search index...

    Class PathQuadraticSegment (Inputs.OCCT)

    A quadratic Bezier segment of a path: one control point pulls the curve on its way from the previous point to to.

    Index

    Constructors

    Properties

    Constructors

    Properties

    type: "quadratic"

    The segment kind, always quadratic.

    quadratic
    

    The 2D control point the curve is pulled toward.

    undefined
    
    to: Point2

    The 2D point the segment ends at.

    undefined