interface Curve {
    points: Point[];
}

Properties

Properties

points: Point[]