ixfx
    Preparing search index...

    Type Alias CubicBezier

    type CubicBezier = {
        a: Point;
        b: Point;
        cubic1: Point;
        cubic2: Point;
    }
    Index

    Properties

    Properties

    cubic1: Point
    cubic2: Point