SplineArrayItem2D: {
    index: number;
    offset: Point2D;
    t: number;
    tangent?: Point2D;
}

Type declaration