lyon_
geom
1.0.6
Module line
Module Items
Structs
In crate lyon_
geom
lyon_geom
Module
line
Copy item path
source
Structs
ยง
Line
An infinite line defined by a point and a vector.
Line
Equation
A line defined by the equation
a * x + b * y + c = 0; a * a + b * b = 1
.
Line
Segment
A linear segment.