Bitbybit Docs
    Preparing search index...

    Class PathCubicSegment

    Cubic bezier with control points c1, c2 to to.

    Index

    Constructors

    Properties

    Constructors

    Properties

    type: "cubic"

    Segment kind discriminator.

    cubic
    
    c1: Point2

    First control point.

    undefined
    
    c2: Point2

    Second control point.

    undefined
    
    to: Point2

    End point.

    undefined