Module line
lyon_
geom
1.0.6
Module line
Module Items
Structs
In crate lyon_
geom
Modules
arc
cubic_bezier
cubic_bezier_intersections
line
quadratic_bezier
scalar
segment
traits
triangle
utils
Structs
Angle
Arc
ArcFlags
CubicBezierSegment
Line
LineEquation
LineSegment
QuadraticBezierSegment
SvgArc
Triangle
Traits
Scalar
Segment
Functions
point
size
vector
Type Aliases
Box2D
Point
Rotation
Scale
Size
Transform
Translation
Vector
lyon_geom
Module
line
Copy item path
Settings
Help
Summary
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.