Versions in this module Expand all Collapse all v1 v1.0.2 Mar 22, 2023 Changes in this version + type Iter func(count int) ([]Point, error) + type Point struct + X float64 + Y float64 + func Downsample(count, threshold int, it Iter) ([]Point, error)