Constant kurbo::DEFAULT_ACCURACY

source ·
pub const DEFAULT_ACCURACY: f64 = 1e-6;
Expand description

A default value for methods that take an ‘accuracy’ argument.

This value is intended to be suitable for general-purpose use, such as 2d graphics.