()
| 1981 | points: Point[]; |
| 1982 | readonly segments: Segment[]; |
| 1983 | first(): Point | false; |
| 1984 | last(): Point | false; |
| 1985 | interpolate(point: Point, property: 'x' | 'y'): undefined | Point | Point[]; |
| 1986 | pathSegment(ctx: CanvasRenderingContext2D, segment: Segment, params: AnyObject): undefined | boolean; |
no outgoing calls
no test coverage detected