pub const LINE_EXTENT: f64 = 1.0e9;Expand description
How far along a line the default domain reaches either side of its origin.
A line is unbounded, but every interface here works on a finite interval, so
an unbounded curve needs some domain. This is far beyond any real model
while staying well short of the range where f64 spacing becomes coarse.