@rendley/sdk - v1.15.5
    Preparing search index...

    Interface ShapeBezierNode

    One cubic Bezier node used by Bezier path shapes.

    interface ShapeBezierNode {
        controlPoint1: ShapePoint;
        controlPoint2: ShapePoint;
        point: ShapePoint;
    }
    Index

    Properties

    controlPoint1: ShapePoint
    controlPoint2: ShapePoint
    point: ShapePoint