func_sketch._impl.curve_sampler module

func_sketch._impl.curve_sampler module#

Class to sample points of curves.

class func_sketch._impl.curve_sampler.CurveSampler(plot_range: PlotRange, config: PlotConfig)#

Bases: object

Class to sample points of curves.

property config: PlotConfig#

Get configuration of the plot.

Returns:

Configuration of the plot.

property plot_range: PlotRange#

Get range of the plot.

Returns:

Range of the plot.