CurvePoint: {
    x: number;
    y: number;
}

Type declaration

  • x: number

    Point's x value

  • y: number

    Point's y value