it('by trajectory', () => {
        const summary = new RangeSummary(points, { straightLine: false })

        expect(Math.round(Number(summary.glideRatio.avg) * 100) / 100).toEqual(1.79)
        expect(Math.round(Number(summary.glideRatio.min) * 100) / 100).toEqual(0.71)